Please or
Try NowBuy Now

Locations of visitors to this page

SourceForge.net

SourceForge.JP

wrapper.debug Property
wrapper.debug Property

Configuration Property Overview

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 (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

Referance: Log Level Properties





User Comments

If you notice something that is incorrect, missing, or simply feel that some part of this page could be explained better, feel free to log in and add a comment. You will need to register before you can log on.

Email:
Password:
Java Service Wrapper Version: 3.5.4