Skip to content

Commit

Permalink
Merge pull request #1964 from Expensify/jack-addWhitelistLog
Browse files Browse the repository at this point in the history
[No QA] Adds more whitelist log parameters
  • Loading branch information
chiragsalian authored Nov 19, 2024
2 parents 0b0d7f9 + 4f88570 commit efb26e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion libstuff/SLog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ static const set<string> PARAMS_WHITELIST = {
"status",
"step",
"cardData",
"field"
"field",
"timeDiff",
"currentTime",
"requestTimestamp"
};

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

0 comments on commit efb26e9

Please sign in to comment.