From 28501e728edaac0c93a706509fceeb65bc597d4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=89=AF?= <841369634@qq.com> Date: Mon, 13 Jan 2025 16:25:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=B0=E5=BD=95=E6=97=A5=E5=BF=97=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E4=BF=A1=E6=81=AF=E5=88=B0=E6=97=A5=E5=BF=97=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=B8=AD=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/core/src/utils/util.logger.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/core/src/utils/util.logger.js b/packages/core/src/utils/util.logger.js index 026384e..8853e2e 100644 --- a/packages/core/src/utils/util.logger.js +++ b/packages/core/src/utils/util.logger.js @@ -52,6 +52,8 @@ function log4jsConfigure (categories) { // 拿第一个日志类型来logger并设置到log变量中 log = log4js.getLogger(categories[0]) + + log.info('设置日志配置完成:', config) } module.exports = {