Enabling logging
By default you do not see all the logging that is related to single sign-on.
The following steps describe exactly what should be done to enable it.
1. Stop the Tanuki service.
2. Go to and open ..\Server\tomcat-*\conf\logging.properties
3. Search for and uncomment:
org.apache.catalina.authenticator.level = FINE
4. Set the following properties to FINE:
java.util.logging.ConsoleHandler.level
1catalina.org.apache.juli.FileHandler.level
5. Save and close the file.
6. Restart your service. Logging will subsequently be available in the logs directory: ..\Server\tomcat-*\logs