From b4454afe82ee0e99de98375548377204745a12f2 Mon Sep 17 00:00:00 2001 From: Jon Date: Sat, 19 Aug 2023 12:51:17 +0930 Subject: [PATCH] feat(NodeRED): add audit events to logging !11 --- includes/data/settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/data/settings.js b/includes/data/settings.js index 1acb8fb..417eb0b 100644 --- a/includes/data/settings.js +++ b/includes/data/settings.js @@ -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 } },