From b71b7ee56771f4b9eadf2573f91f9cc54f94fd55 Mon Sep 17 00:00:00 2001 From: Nathalie Kuoch Date: Thu, 14 Nov 2024 10:38:14 +0100 Subject: [PATCH] Add more log params in the whitelist --- libstuff/SLog.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libstuff/SLog.cpp b/libstuff/SLog.cpp index 4a628ce61..f30aafc0d 100644 --- a/libstuff/SLog.cpp +++ b/libstuff/SLog.cpp @@ -51,10 +51,14 @@ static const set PARAMS_WHITELIST = { "domainAccountID", "domainName", "errorMessage", + "feed", "feedCountry", + "feedID", + "feedName", "indexName", "invoice", "isUnique", + "nvpName", "policyAccountID", "policyID", "reportID",