日志消息【处理完成】不需要mark的优先级

Signed-off-by: batvbs <batvbs@qq.com>
This commit is contained in:
batvbs 2023-12-23 14:59:19 +00:00 committed by Gitee
parent 39791196ed
commit a0b9a680cc
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ class PluginsLoader {
/** 设置冷却cd */ /** 设置冷却cd */
this.setLimit(e) this.setLimit(e)
if (v.log !== false) { 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 break a
} }