From 34aa7291f8e32ce62c2e7b172e8b902268986248 Mon Sep 17 00:00:00 2001 From: Rocio Perez-Cano Date: Tue, 22 Oct 2024 16:01:43 -0400 Subject: [PATCH] Add errorMessage as valid parameter --- libstuff/SLog.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libstuff/SLog.cpp b/libstuff/SLog.cpp index 36f8ad446..04bb374ce 100644 --- a/libstuff/SLog.cpp +++ b/libstuff/SLog.cpp @@ -54,7 +54,8 @@ static const set PARAMS_WHITELIST = { "companyName", "companyWebsite", "invoice", - "policyAccountID" + "policyAccountID", + "errorMessage" }; string addLogParams(string&& message, const map& params) {