poidasmith / winrun4j

WinRun4J Java Application Launcher
http://winrun4j.sourceforge.net
212 stars 63 forks source link

Can't override log level from command line args #92

Open bdw429s opened 5 years ago

bdw429s commented 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.