Skip to content

Commit

Permalink
fixing color name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thlorenz committed Jan 19, 2015
1 parent 602d5c0 commit 7f50b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -35,7 +35,7 @@ function BunyanFormatWritable (opts, out) {
outputMode: 'short',
color: true,
colorFromLevel: {
10: 'brighBlack', // TRACE
10: 'brightBlack', // TRACE
20: 'brightBlack', // DEBUG
30: 'green', // INFO
40: 'magenta', // WARN
Expand Down

0 comments on commit 7f50b2f

Please sign in to comment.