日志小调整

pull/456/head
王良 2025-02-13 09:58:35 +08:00
parent e6df375d07
commit f87cff431d
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ function log4jsConfigure (categories) {
log = log4js.getLogger(categories[0])
logOrConsole.setLogger(log)
log.info(`设置日志配置完成进程ID: ${process.pid}配置:`, config)
log.info(`设置日志配置完成进程ID: ${process.pid}categories[${categories}]config:`, JSON.stringify(config))
}
module.exports = {