Supposedly the debug.log file should no longer be created by default since 9a4562b
However it keeps creating a debug.log file whenever the app runs. I already tried "chromium-args": "disable-logging" and "chromium-args": "--disable-logging" but the debug.log file keeps being generated.
I've only noticed this file because it was reaching an extremely large size. While I can delete it myself periodically or perhaps even create a routine to do it, this is not an ideal behavior for end users.
I did test this with the Normal NWJS version expecting this to be linked to SDK, but the behavior still stands.
Either the debug.log should be disabled unless the user adds the flag to enable it or the opposite, either way as it currently stands the debug.log file cannot be disabled by any means.
NWJS Normal: v0.13.1
OS: Win7x64
Supposedly the debug.log file should no longer be created by default since 9a4562b
However it keeps creating a debug.log file whenever the app runs. I already tried
"chromium-args": "disable-logging"and"chromium-args": "--disable-logging"but the debug.log file keeps being generated.I've only noticed this file because it was reaching an extremely large size. While I can delete it myself periodically or perhaps even create a routine to do it, this is not an ideal behavior for end users.
I did test this with the Normal NWJS version expecting this to be linked to SDK, but the behavior still stands.
Either the debug.log should be disabled unless the user adds the flag to enable it or the opposite, either way as it currently stands the debug.log file cannot be disabled by any means.
NWJS Normal: v0.13.1
OS: Win7x64