Child pages
  • Log files and log to the console

Versions Compared

Key

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


 

During debugging, Servoy Developer logs the activities of the debug client in the following file:
../application_server/servoy_log.txt 


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

...

No Format
log4j.rootCategory=WARN, file, configservlet, debugconsole

...


Info
titleFor Servoy >= 8.4

Newer Servoy versions (8.4 and after) use a log4j.xml file to configure logging instead of servoy.properties.

For more information see Server Log Settings.

An additional (external) console window providing more detailed information can be launched by Eclipse by adding '-consoleLog' to the top of the servoy.ini file (for Mac users, this file is exposed when you view the Servoy application package contents and browse to the MacOS folder.) This console is useful for getting additional feedback during debugging.

...