Log level to use when logging the full command line used to launch
the JVM. Valid log levels include: NONE
to never log it. Or FATAL,
ERROR, STATUS,
INFO, or DEBUG,
to log the command at the specified 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
|
|