diff options
| author | Peter Bacon Darwin | 2014-02-15 16:07:14 +0000 | 
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-16 19:03:44 +0000 | 
| commit | a8f21d4c48681c6f1ad64f8fa4577353b4405e29 (patch) | |
| tree | 8f56bf5d38e8a43ee9879e9d76c4aef630becfb6 | |
| parent | 6fcf544528da04ba2b081ae9f1cbb723600bcac6 (diff) | |
| download | angular.js-a8f21d4c48681c6f1ad64f8fa4577353b4405e29.tar.bz2 | |
chore(doc-gen): only output info (and more severe) log messages
| -rw-r--r-- | docs/docs.config.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/docs.config.js b/docs/docs.config.js index 4c9b96f6..15193c45 100644 --- a/docs/docs.config.js +++ b/docs/docs.config.js @@ -20,7 +20,7 @@ module.exports = function(config) {    config.set('rendering.outputFolder', '../build/docs'); -  config.set('logging.level', 'debug'); +  config.set('logging.level', 'info');    config.merge('deployment', {      environments: [{ | 
