Skip to content
Snippets Groups Projects
Commit 6543aa89 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] #865 Default level to 'info'

parent fed9c431
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ module.exports = {
* Tries to load a specific parameter `conf.loglevel`
*/
onLoading: (conf, program) => co(function*(){
conf.loglevel = program.loglevel || conf.loglevel || 'trace'
conf.loglevel = program.loglevel || conf.loglevel || 'info'
})
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment