!136 日志消息【处理完成 100ms】不需要mark的优先级
Merge pull request !136 from batvbs/N/A
This commit is contained in:
commit
72e64748b0
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue