diff --git a/libstuff/SLog.cpp b/libstuff/SLog.cpp index 5e4a67797..584b6cb9a 100644 --- a/libstuff/SLog.cpp +++ b/libstuff/SLog.cpp @@ -46,6 +46,14 @@ static const set PARAMS_WHITELIST = { "command", "indexName", "isUnique", + "cardID", + "token", + "type", + "reportID", + "policyID", + "companyName", + "companyWebsite", + "invoice" }; string addLogParams(string&& message, const map& params) {