Increase log level

The default log level is ERROR

The log level can be changed by adding

$log=<log level>

to the property file of the component you would like to debug.

If you for instance want to change the logging level to debug for the Agent, open config/Agent.properties ,add

$log=DEBUG

save the file and restart the Change Log Daemon.

Valid log levels are

  • ERROR

  • WARNING

  • DEBUG

  • INFO

  • TRACE