mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
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.configure(exports.logconfig);// Configure the logging appenders
|
||||||
log4js.setGlobalLogLevel(exports.loglevel);// set loglevel
|
log4js.setGlobalLogLevel(exports.loglevel);// set loglevel
|
||||||
process.env.DEBUG = `socket.io:${exports.loglevel}`; // Used by SocketIO for Debug
|
|
||||||
log4js.replaceConsole();
|
log4js.replaceConsole();
|
||||||
|
|
||||||
if (!exports.skinName) {
|
if (!exports.skinName) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue