wrapper.java.command.loglevel |
||||||||||
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:
El valor predeterminado es 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.
NOTASince version 3.6.0, system properties used to manage the backend communication are hidden from the command line to make it easier to read and execute. This behavior can be changed by setting wrapper.java.command.show_backend_properties to TRUE. |
Referencia: Comandos de Java |
|