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

Merge pull request !136 from batvbs/N/A
This commit is contained in:
Kokomi 2023-12-25 19:16:07 +00:00 committed by Gitee
commit 72e64748b0
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 */
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
}