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

This commit is contained in:
zhaoyingbo 2024-08-19 02:54:42 +00:00
parent 5c60f9b2e6
commit 7864bd54e0

View File

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