From a0b9a680cc14ddc2b7fecc1aca5ecd9d65021c6b Mon Sep 17 00:00:00 2001 From: batvbs Date: Sat, 23 Dec 2023 14:59:19 +0000 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E6=B6=88=E6=81=AF=E3=80=90?= =?UTF-8?q?=E5=A4=84=E7=90=86=E5=AE=8C=E6=88=90=E3=80=91=E4=B8=8D=E9=9C=80?= =?UTF-8?q?=E8=A6=81mark=E7=9A=84=E4=BC=98=E5=85=88=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: batvbs --- lib/plugins/loader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plugins/loader.js b/lib/plugins/loader.js index 0f93924..cf61bac 100644 --- a/lib/plugins/loader.js +++ b/lib/plugins/loader.js @@ -296,7 +296,7 @@ class PluginsLoader { /** 设置冷却cd */ this.setLimit(e) if (v.log !== false) { - logger.mark(`${e.logFnc} ${lodash.truncate(e.msg, { length: 80 })} 处理完成 ${Date.now() - start}ms`) + logger.info(`${e.logFnc} ${lodash.truncate(e.msg, { length: 80 })} 处理完成 ${Date.now() - start}ms`) } break a }