wrapper.debug

Compatibility :1.0.0
Editions :Professional EditionStandard EditionCommunity Edition
Platforms :WindowsMac OSXLinuxIBM AIXFreeBSDHP-UXSolarisIBM z/OSIBM z/Linux

Used to quickly enable debug logging both to the console and log file. Even if this property is set to FALSE, it does not disable debug logging to the console or log file. However, setting it to TRUE will override the currently configured log levels (logfile.loglevel and console.loglevel), and shows detailed debug information. The default value is "FALSE".

Example (Debug Property):
wrapper.debug=TRUE

The example above is equivalent to the following below:

Example (Log Level Properties):
wrapper.console.loglevel=DEBUG
wrapper.logfile.loglevel=DEBUG

This property can of course be added to the wrapper.conf file. But like any other property, it can also be specified from the command line. One common use is to quickly enable debug output when the Wrapper is launched.

Windows Command Line Example:
wrapper.exe -c ../conf/wrapper.conf wrapper.debug=TRUE
Linux/ UNIX Command Line Example:
./wrapper ../conf/wrapper.conf wrapper.debug=TRUE

Reference: Loglevel