wrapper.syslog.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 Event Log on Windows systems, or the syslog on UNIX systems.

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.

The default value is NONE.

Example:
wrapper.syslog.loglevel=NONE

NOTE

Be careful setting the log level to a value that is too high. The DEBUG log level, for example will very quickly fill up your syslog or event log.

INFO

In addition, NOTICE or ADVICE messages exist, but neither will ever be logged to UNIX syslog or Windows Event Log.

Reference: Syslog/Event Log

Reference: Loglevel

Reference: Command File