Before launching the Java Application, the Wrapper will execute the java command a few times:
to query the Java version,
to query additional information (module, mainclass, etc.),
to check that the command line is valid (call with '--dry-run') - this call is only made with Java 9+.
By default, the Wrapper will log the command line and the output of each query at the DEBUG log level.
This property allows you to change the log level to one of the following values:
FATAL to only show fatal error messages,
ERROR to show all error messages,
WARN to show all warning messages,
STATUS to show all state changes,
INFO shows all JVM output and informative messages,