Log level to use for logging to the Event Log on Windows systems,
or the syslog on unix systems. Valid log levels include:
NONE for no log output,
FATAL to only log fatal error
messages, ERROR to log all
error messages, STATUS to log
all state changes, INFO logs
all JVM output and informative messages, and
DEBUG logs detailed debug
information. The default value is
NONE. Be careful setting log
which are too low. DEBUG for
example will very quickly fill up your syslog or event log.
Example: |
wrapper.syslog.loglevel=NONE
|
|