wrapper.logfile.loglevel

Compatibility :2.2.5
Editions :Professional EditionStandard EditionCommunity Edition
Platforms :WindowsMac OSXLinuxIBM AIXFreeBSDHP-UXSolarisIBM z/OSIBM z/Linux

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,
  • WARN to show all warning messages,
  • STATUS to show all state changes,
  • INFO shows all JVM output and informative messages,
  • DEBUG shows detailed debug information. (See: quickly enable log level "DEBUG")

The default value is INFO.

Example:
wrapper.logfile.loglevel=INFO

In addition, NOTICE or ADVICE messages could appear in the logs at a higher level than FATAL.

  • ADVICE messages are used to help you resolve problems. They can be disabled using the wrapper.adviser property.
  • NOTICE level messages are only displayed in response to license related issues and will only appear in commercial Editions when a trial license is being used.

For further information about "log file name with appending tokens", "rolling mode of log file", and "output format of log file", please review the description at each property.

Reference: logfile