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
|
// 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'
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user