wrapper.logfile.format |
||||||||||||||||||||||||
Format to use for logging to the log file. 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 'LPTM' will be used. Property Example:
Logging Disable: Setting the property to a blank value will cause file logging 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 'D' format token 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.
|
Referencia: Archivo de Registro |
|