mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
fix gifting gems
This commit is contained in:
@@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user