wrapper.java.command.loglevel

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

By default, the Wrapper will log the generated Java command line at the DEBUG log level. It is fairly common to want to see this generated log message without also enabling all of the debug output. This property makes it possible to specify the log level at which the generated command line will be logged.

Valid property values include:
  • 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 DEBUG.

Example:
wrapper.java.command.loglevel=DEBUG

Having problems starting your application?

Setting the loglevel to INFO for example can be a useful way to debug the generated command lines without having to view all debug output.

Example:
wrapper.java.command.loglevel=INFO

Reference: Java Command