Open bdw429s opened 5 years ago
I can override some INI settings directly from the command line such as:
myBinary.exe -Wservice.mode=true
But I can't override the log levels in the same manner:
myBinary.exe -Wlog.level=none
The above has no effect on logging. I am forced to change the log level with an INI file which makes my WinRun4J binary much less portable.
I can override some INI settings directly from the command line such as:
But I can't override the log levels in the same manner:
The above has no effect on logging. I am forced to change the log level with an INI file which makes my WinRun4J binary much less portable.