diff --git a/lib/winston/config/npm-config.js b/lib/winston/config/npm-config.js index 176f9ac59..9de56f4a0 100644 --- a/lib/winston/config/npm-config.js +++ b/lib/winston/config/npm-config.js @@ -11,17 +11,17 @@ var npmConfig = exports; npmConfig.levels = { silly: 0, verbose: 1, - info: 2, - warn: 3, - debug: 4, + debug: 2, + info: 3, + warn: 4, error: 5 }; npmConfig.colors = { silly: 'magenta', verbose: 'cyan', + debug: 'blue', info: 'green', warn: 'yellow', - debug: 'blue', error: 'red' }; \ No newline at end of file