From a8f21d4c48681c6f1ad64f8fa4577353b4405e29 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Sat, 15 Feb 2014 16:07:14 +0000 Subject: chore(doc-gen): only output info (and more severe) log messages --- docs/docs.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: [{ -- cgit v1.2.3