wrapper.java.tests.warning.loglevel

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

When wrapper.disable_tests is set to FALSE, the Wrapper will log a warning before launching the JVM. This property controls the log level at which this warning will be logged.

Valid property values include:
  • NONE :
    to never log.
  • 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.

The default value is WARN.

Example (change the log level to DEBUG):
wrapper.java.tests.warning.loglevel=DEBUG
Example (output):
STATUS | wrapper  | Launching a JVM...
DEBUG  | wrapper  | Test methods for simulating runtime issues are currently enabled.
DEBUG  | wrapper  |   Disable them in production to avoid potential security risks.

Reference: Loglevel