mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
add off option to logging settings comment
This commit is contained in:
parent
c4554b71d3
commit
84077505b0
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user