Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Verbose use log level debug
  • Loading branch information
mattkime authored and nickmerwin committed May 1, 2018
1 parent 9cfb496 commit 9b892bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logger.js
Expand Up @@ -6,7 +6,7 @@ module.exports = function(){

function getLogLevel(){
if (index.options.verbose || hasDebugEnvVariable()) {
return 'warn';
return 'debug';
}
return 'error';
}
Expand Down

0 comments on commit 9b892bf

Please sign in to comment.