| Compatibility : |
1.0.0
|
| Editions : |    |
| Platforms : |          |
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
(See: each Log Level Properties)
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
|
| Linu / Unix Command line Example: |
./wrapper ../conf/wrapper.conf wrapper.debug=TRUE
|
|