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,