Skip to content

Commit

Permalink
[fix] **Really** correct logging levels. Fixes #202.
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Apr 21, 2013
1 parent 9455740 commit 2287350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/winston/config/npm-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ var npmConfig = exports;

npmConfig.levels = {
silly: 0,
verbose: 1,
debug: 2,
debug: 1,
verbose: 2,
info: 3,
warn: 4,
error: 5
Expand Down

0 comments on commit 2287350

Please sign in to comment.