World Map
Java Service Wrapper is the easiest way to make your product more reliable.
  • Free Trial
  • Buy Now
wrapper.syslog.loglevel Property

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.

In addition, NOTICE or ADVICE messages exist, but neither will ever be logged to the syslog.

The default value is NONE.

Example:
wrapper.syslog.loglevel=NONE

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

Reference: syslog