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. Valid property values include:
The default value is 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.
|
Reference: Java Command |
|