Child pages
  • Log files and log to the console

Versions Compared

Key

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

...

It is also possible to show the logs of the debug client in the 'Debug console' using a log4j appender. (since 8.1)
For this, add the following lines to servoy.properties : 

No Format
log4j.appender.debugconsole=com.servoy.j2db.server.util.DebugConsoleAppender
log4j.appender.debugconsole.layout=org.apache.log4j.PatternLayout
log4j.appender.debugconsole.layout.ConversionPattern=%d %p [%t] %c - %m [%X{clientid} %X{solution}]%n

...