Skip to content

Commit

Permalink
Add errorMessage as valid parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
pecanoro committed Oct 22, 2024
1 parent 2ce076a commit 34aa729
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libstuff/SLog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ static const set<string> PARAMS_WHITELIST = {
"companyName",
"companyWebsite",
"invoice",
"policyAccountID"
"policyAccountID",
"errorMessage"
};

string addLogParams(string&& message, const map<string, string>& params) {
Expand Down

0 comments on commit 34aa729

Please sign in to comment.