| Compatibility : | 3.1.2 |
| Editions : |    |
| Platforms : |          |
Log level to use when logging the full command line used to launch the JVM.
Valid log levels include:
-
NONE to never log,
-
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.
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
|
|