Skip to content

Commit

Permalink
Merge pull request #1953 from Expensify/techievivek_whiteliste_attendee
Browse files Browse the repository at this point in the history
Whitelist attendees for logs
  • Loading branch information
aldo-expensify authored Nov 12, 2024
2 parents 0de2ad3 + b5ca318 commit bd6c143
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libstuff/SLog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ void SLogStackTrace(int level) {
// If the param name is not in this whitelist, we will log <REDACTED> in addLogParams.
static const set<string> PARAMS_WHITELIST = {
"accountID",
"attendees"
"cardID",
"command",
"companyName",
Expand Down

0 comments on commit bd6c143

Please sign in to comment.