Child pages
  • Server Log Settings

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The first entry sets the loglevel for the internal Servoy Java class used for all logging done by Servoy.
The second entry sets the loglevel for the Java class used for all logging of the Wicket framework, used for the Servoy Web Client
The third entry sets the overall loglevel and specifies the output channels for the log.

To change the the overall loglevel for Servoy, replace 'WARN' in the third first entry with, for example 'TRACE' to get the most logging information. The overall loglevel could also be set, but this would generate a lot of logdata.

Warning
title

Setting the loglevel to DEBUG or TRACE will generate a lot of logging data. This is not recommended in production environment, unless absolutely necessary. Make sure enough diskspace is available

...