wrapper.java.command.loglevel

Compatibilidad :3.1.2
Ediciones :Edición ProfesionaEdición EstándarEdición de la Comunidad
Plataformas :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.

Los valores válidos de la propriedad incluyen:
  • 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.

El valor predeterminado es 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

Referencia: Comandos de Java