Log level to use for console output. 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.console.loglevel=INFO
|
|