feat: 测试修改logger包的内容
All checks were successful
/ release (push) Successful in 20s

This commit is contained in:
zhaoyingbo 2024-08-19 03:02:47 +00:00
parent f9b09cb970
commit 0e1f4f118f

View File

@ -2,7 +2,7 @@ import "winston-daily-rotate-file"
import winston, { format } from "winston"
const isProd = process.env.NODE_ENV === "production1"
const isProd = process.env.NODE_ENV === "production"
const transports: any[] = [
new winston.transports.Console({