Skip to content

Commit

Permalink
add log params
Browse files Browse the repository at this point in the history
  • Loading branch information
arosiclair committed Jan 3, 2025
1 parent 6367890 commit f855ce0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libstuff/SLog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ static set<string> PARAMS_WHITELIST = {
"approver",
"approvers",
"employees",
"mergeFromEmail",
"mergeToEmail",
};

string addLogParams(string&& message, const STable& params) {
Expand Down

0 comments on commit f855ce0

Please sign in to comment.