wrapper.property_warning.loglevel

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

This property controls the log level at which warnings about property values will be logged.

The Wrapper will log warnings about illegal values that can be resolved to default settings, as well as undefined environment variable references in the value of any Configuration Property.

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:
wrapper.property_warning.loglevel=WARN

Reference: Loglevel