Skip to content

Commit

Permalink
fix: Make sure 'info' and 'debug' logging levels have different colors
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed Oct 4, 2016
1 parent 3a003fe commit 2457061
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/logger.coffee
Expand Up @@ -23,9 +23,9 @@ module.exports = new (winston.Logger)({
warn: 1
error: 0
colors:
silly: 'magenta'
debug: 'blue'
verbose: 'cyan'
silly: 'gray'
debug: 'cyan'
verbose: 'magenta'
info: 'blue'
test: 'yellow'
pass: 'green'
Expand Down

0 comments on commit 2457061

Please sign in to comment.