From 84077505b0bd466f9c493b242de3516c2e273be1 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Thu, 2 Mar 2017 23:12:40 +0000 Subject: [PATCH] add off option to logging settings comment --- settings.js | 1 + 1 file changed, 1 insertion(+) diff --git a/settings.js b/settings.js index 6b9228343..469ec56ea 100644 --- a/settings.js +++ b/settings.js @@ -221,6 +221,7 @@ module.exports = { // info - record information about the general running of the application + warn + error + fatal errors // debug - record information which is more verbose than info + info + warn + error + fatal errors // trace - record very detailed logging + debug + info + warn + error + fatal errors + // off - turn off all logging (doesn't affect metrics or audit) level: "info", // Whether or not to include metric events in the log output metrics: false,