remove explicitly setting process.env.DEBUG
This commit is contained in:
parent
88f0310071
commit
b760e699c6
1 changed files with 0 additions and 1 deletions
|
@ -683,7 +683,6 @@ exports.reloadSettings = function reloadSettings() {
|
|||
|
||||
log4js.configure(exports.logconfig);// Configure the logging appenders
|
||||
log4js.setGlobalLogLevel(exports.loglevel);// set loglevel
|
||||
process.env.DEBUG = `socket.io:${exports.loglevel}`; // Used by SocketIO for Debug
|
||||
log4js.replaceConsole();
|
||||
|
||||
if (!exports.skinName) {
|
||||
|
|
Loading…
Reference in a new issue