diff --git a/libstuff/SLog.cpp b/libstuff/SLog.cpp index f30aafc0d..645d49738 100644 --- a/libstuff/SLog.cpp +++ b/libstuff/SLog.cpp @@ -71,7 +71,10 @@ static const set PARAMS_WHITELIST = { "status", "step", "cardData", - "field" + "field", + "timeDiff", + "currentTime", + "requestTimestamp" }; string addLogParams(string&& message, const map& params) {