By default, the Wrapper will log warnings about any missing classpath elements at the
DEBUG log level. It is fairly common to
want to see these generated log messages without also enabling all of the debug
output. This property makes it possible to specify the log level at which
the warnings will be logged.
Los valores válidos de la propriedad incluyen:
FATAL
: to log at the FATAL log level.
ERROR
: to log at the ERROR log level.
WARN
: to log at the WARN log level.
STATUS
: to log at the STATUS log level.
INFO
: to log at the INFO log level.
DEBUG
: to log at the DEBUG log level.
NONE
: to never log.
El valor predeterminado es DEBUG.
Example:
wrapper.java.classpath.missing.loglevel=DEBUG
If your application often has missing jars, then setting this value to NONE will disable warnings at any log level.
Starting with version 3.5.44, classpath elements which are defined as wildcards will also log a warning if the wildcard fails to match at least one file.
This can happen if the directory is missing or empty.