mirror of
https://github.com/comatory/fb2iCal
synced 2025-06-05 22:09:25 +02:00
remove colorized log output, add timestamps
This commit is contained in:
@@ -78,7 +78,7 @@ const createAppLogger = ({ dev }) => {
|
||||
return winston.createLogger({
|
||||
transports: createTransports(dev),
|
||||
format: winston.format.combine(
|
||||
winston.format.colorize(),
|
||||
winston.format.timestamp(),
|
||||
winston.format.json()
|
||||
),
|
||||
})
|
||||
|
Reference in New Issue
Block a user