Log level to use for logging to the log file. Valid log levels
include: NONE for no output,
FATAL to only show fatal
error messages, ERROR to
show all error messages, STATUS
to show all state changes, INFO
shows all JVM output and informative messages, and
DEBUG shows detailed debug
information. The default value is
INFO.
Example: |
wrapper.logfile.loglevel=INFO
|
|