Technical references : Administration : Logging : Web server logs : Where to configure the web server logging
Where to configure the web server logging
Planon uses the standard logging which comes with Tomcat.
The logging in defined in the ..\Server\tomcat-*\conf\logging.properties.
Below is an example to get more detailed logging for investigation purposes. If enabled it will generate a lot of logging and you should only do this for testing purposes:
* 
Setting the level to FINE can expose sensitive information.
1. Set the following property to FINE:
java.util.logging.ConsoleHandler.level
2. Save and close the file.
3. Restart your service. Logging will subsequently be available in the logs directory: ..\Server\tomcat-*\logs