chore(dgeni): set log level to 'warning'

This commit is contained in:
Victor Berchet 2015-03-26 09:20:43 +01:00
parent 3ec837bfdb
commit 3ce0f1146f

View File

@ -45,7 +45,7 @@ module.exports = new Package('angular', [jsdocPackage, nunjucksPackage])
// Configure the log service // Configure the log service
.config(function(log) { .config(function(log) {
log.level = 'info'; log.level = 'warning';
}) })
@ -148,4 +148,4 @@ module.exports = new Package('angular', [jsdocPackage, nunjucksPackage])
pathTemplate: '${id}', pathTemplate: '${id}',
outputPathTemplate: GUIDES_PATH + '/${id}.html' outputPathTemplate: GUIDES_PATH + '/${id}.html'
}); });
}); });