wrapper.console.<x>_to_stderr

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

The following three properties,

  • wrapper.console.fatal_to_stderr
  • wrapper.console.error_to_stderr
  • wrapper.console.warn_to_stderr

make it possible to control whether FATAL, ERROR, and WARN levels of log output in the console is logged to stdout or stderr.

Example:
wrapper.console.fatal_to_stderr=TRUE
wrapper.console.error_to_stderr=TRUE
wrapper.console.warn_to_stderr=FALSE

NOTE

Prior to Wrapper version 3.5.3, all console log levels were output to stdout.

Starting with Wrapper version 3.5.3, FATAL and ERROR log levels are sent to stderr by default, while all other log levels are sent to stdout.

Most of users will not find it necessary to touch these properties, but they can be useful if it becomes necessary to redirect all log levels back to stdout.

Reference: Console