This commit is contained in:
parent
6019819123
commit
1edb545ba2
@ -6,7 +6,7 @@ const isProd = process.env.NODE_ENV === "production"
|
||||
|
||||
const transports: any[] = [
|
||||
new winston.transports.Console({
|
||||
level: "info",
|
||||
level: isProd ? "info" : "debug",
|
||||
}),
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user