|
Log level to use when logging the full command line used to launch the JVM.
Valid log levels include:
-
NONE for no output,
-
FATAL to only show fatal error messages,
-
ERROR to show all error messages,
-
STATUS to show all state changes,
-
INFO shows all JVM output and informative messages,
-
DEBUG shows detailed debug information.
The default value is DEBUG.
Setting the loglevel to INFO for example
can be a useful way to debug the generated command line without having to view all debug output.
| Example: |
wrapper.java.command.loglevel=INFO
|
|