Skip to content

Commit

Permalink
app: colorized log
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed May 23, 2018
1 parent 566eb35 commit 8deb87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const logger = winston.createLogger({
//
logger.add(
new winston.transports.Console({
format: winston.format.simple(),
format: winston.format.combine(winston.format.colorize(), winston.format.simple()),
})
);

Expand Down

0 comments on commit 8deb87c

Please sign in to comment.