From 4f88570007404d35d4c9b39d516fe64d473eea2d Mon Sep 17 00:00:00 2001 From: Jack Nam Date: Mon, 18 Nov 2024 17:09:08 -0800 Subject: [PATCH] Add log parameters --- libstuff/SLog.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) {