This commit is contained in:
parent
f9b09cb970
commit
0e1f4f118f
@ -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({
|
||||
|
Loading…
x
Reference in New Issue
Block a user