chore(dgeni): set log level to 'warning'
This commit is contained in:
parent
3ec837bfdb
commit
3ce0f1146f
|
@ -45,7 +45,7 @@ module.exports = new Package('angular', [jsdocPackage, nunjucksPackage])
|
|||
|
||||
// Configure the log service
|
||||
.config(function(log) {
|
||||
log.level = 'info';
|
||||
log.level = 'warning';
|
||||
})
|
||||
|
||||
|
||||
|
@ -148,4 +148,4 @@ module.exports = new Package('angular', [jsdocPackage, nunjucksPackage])
|
|||
pathTemplate: '${id}',
|
||||
outputPathTemplate: GUIDES_PATH + '/${id}.html'
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue