mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-18 17:54:10 +00:00
fix(logs): disable colors in production logs
This commit is contained in:
parent
4e3481445c
commit
6a9025200c
1 changed files with 0 additions and 1 deletions
|
|
@ -29,7 +29,6 @@ if (IS_PROD) {
|
|||
logger
|
||||
.add(new winston.transports.Console({ // text part
|
||||
format: winston.format.combine(
|
||||
winston.format.colorize(),
|
||||
winston.format.timestamp(),
|
||||
winston.format.printf(
|
||||
info => `${info.timestamp} - ${info.level} ${info.message}`,
|
||||
|
|
|
|||
Loading…
Reference in a new issue