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
1 changed files with 2 additions and 2 deletions

View File

@ -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'
});
});
});