fix gifting gems

This commit is contained in:
Matteo Pagliazzi
2016-05-24 21:31:29 +02:00
parent 9855f8c385
commit 67e68ece29
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ const logger = new winston.Logger();
if (IS_PROD) {
if (ENABLE_CONSOLE_LOGS_IN_PROD) {
logger.add(winston.transports.Console, {
colorize: true,
colorize: IS_PROD ? false : true,
prettyPrint: true,
});
}