Avoid the wrapper.java.additional.<n>=<name>=<value>'s value to be displayed in the log file

168 Views Asked by At

Is there any way to avoid the display of a wrapper.java.additional in the log file, when we use Java Service Wrapper?

For ex:

wrapper.java.additional.1=-Bar=Foo

will be displayed in the log file like:

INFO   | jvm 1    | <time/date> | INFO: Command line argument: -Bar=Foo
0

There are 0 best solutions below