mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
add tests for emails (wip) and encryption, misc fixes
This commit is contained in:
@@ -12,7 +12,9 @@ if (IS_PROD) {
|
||||
// log errors to console too
|
||||
} else {
|
||||
logger
|
||||
.add(winston.transports.Console);
|
||||
.add(winston.transports.Console, {
|
||||
colorize: true,
|
||||
});
|
||||
}
|
||||
|
||||
export default logger;
|
||||
|
||||
Reference in New Issue
Block a user