chore(logger): 修改彩色日志输出排序
All checks were successful
/ release (push) Successful in 24s

This commit is contained in:
zhaoyingbo 2024-09-23 12:08:25 +00:00
parent a1f9b5048a
commit 015ee7ee51

View File

@ -50,7 +50,7 @@ const formatList = [
// 开发环境下输出彩色日志
if (!isProd) {
formatList.push(format.colorize())
formatList.unshift(format.colorize())
}
const logger = winston.createLogger({