feat(NodeRED): add audit events to logging

!11
This commit is contained in:
2023-08-19 12:51:17 +09:30
parent 527d8ffb96
commit b4454afe82

View File

@ -298,7 +298,7 @@ module.exports = {
/** Whether or not to include metric events in the log output */
metrics: false,
/** Whether or not to include audit events in the log output */
audit: false
audit: true
}
},