Pre Merge pull request !136 from batvbs/N/A

This commit is contained in:
batvbs 2023-12-25 19:15:45 +00:00 committed by Gitee
commit 8fe37ed8ce
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
}