wrapper.console.format |
||||||||||||||||||||||||
Format to use for output to the console. Logging has been intentionally kept simple. The format consists of the following tokens:
If the format contains these tokens above, then it will be output with the specified formation. The order of the tokens does not affect the way the log appears, but the 'M' (for message) token should usually be placed last as it is the only column without a uniform width. If the property is missing tokens or commented out, then the default value 'PM' will be used. Property Example:
Disable console output: Setting the property to a blank value will cause console output to be disabled.
Output Example: The following examples demonstrate the output with various settings. Note that the first two lines are output from the Wrapper, while the last is output from the JVM.
The format token 'D' for thread is mainly useful for debugging the Wrapper. It displays which internal Wrapper thread output a given log message. It does not show information about Java threads.
|
Reference: Console |
|