Versions Compared

Key

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

Activating debug mode in 2018.02 and later

  1. Set the system environment  environment variable LOG4J_DEBUG to true (note that setting it as a user environment variable does not work).
  2. Or add -Dlog.debug=true to the java command for starting a Delft-FEWS component.
  3. Or for an SA client, add the line log.debug=true in the global properties.
  4. Or set logging / debugEnable to true in the clientConfig.xml 

...