add off option to logging settings comment

This commit is contained in:
Dave Conway-Jones 2017-03-02 23:12:40 +00:00
parent c4554b71d3
commit 84077505b0
1 changed files with 1 additions and 0 deletions

View File

@ -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,