mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
[feature] Reset config settings
This commit is contained in:
@ -126,5 +126,8 @@ exports.shutdown = function (callback) {
|
||||
};
|
||||
exports.configureLogger = configureLogger;
|
||||
exports.getLoggerConfig = function () {
|
||||
return curLogConfig;
|
||||
return config.util.extendDeep({}, curLogConfig);
|
||||
};
|
||||
exports.getInitialLoggerConfig = function () {
|
||||
return config.util.extendDeep({}, cachedLogConfig);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user