Skip to content

Commit

Permalink
Add log parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
thienlnam committed Nov 19, 2024
1 parent 7a641a2 commit 4f88570
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 4f88570

Please sign in to comment.