diff --git a/libstuff/SLog.cpp b/libstuff/SLog.cpp index 04bb374ce..2fd25615a 100644 --- a/libstuff/SLog.cpp +++ b/libstuff/SLog.cpp @@ -43,19 +43,20 @@ void SLogStackTrace(int level) { // If the param name is not in this whitelist, we will log in addLogParams. static const set PARAMS_WHITELIST = { "accountID", - "command", - "indexName", - "isUnique", "cardID", - "token", - "type", - "reportID", - "policyID", + "command", "companyName", "companyWebsite", + "errorMessage", + "indexName", "invoice", + "isUnique", "policyAccountID", - "errorMessage" + "policyID", + "reportID", + "token", + "transactionID", + "type" }; string addLogParams(string&& message, const map& params) {