remove explicitly setting process.env.DEBUG

This commit is contained in:
webzwo0i 2020-12-24 09:36:34 +01:00 committed by John McLear
parent 88f0310071
commit b760e699c6

View file

@ -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) {