From f01829b300c5af92dda7e6f7985b73ba51248ef1 Mon Sep 17 00:00:00 2001 From: Aldo Canepa Date: Tue, 26 Nov 2024 11:50:40 -0800 Subject: [PATCH 1/2] Add log key --- libstuff/SLog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libstuff/SLog.cpp b/libstuff/SLog.cpp index fb0cb9443..1b1c60cf2 100644 --- a/libstuff/SLog.cpp +++ b/libstuff/SLog.cpp @@ -51,6 +51,7 @@ static const set PARAMS_WHITELIST = { "command", "companyName", "companyWebsite", + "count", "currentTime", "domainAccountID", "domainName", From 7c379ab53337bcfcbe26308c1ed7c2aa28c38426 Mon Sep 17 00:00:00 2001 From: Maria DCosta Date: Wed, 27 Nov 2024 15:36:12 +0400 Subject: [PATCH 2/2] Add log key in alphabetical order --- libstuff/SLog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstuff/SLog.cpp b/libstuff/SLog.cpp index 8d56f46bc..e87c92398 100644 --- a/libstuff/SLog.cpp +++ b/libstuff/SLog.cpp @@ -53,9 +53,9 @@ static const set PARAMS_WHITELIST = { "command", "companyName", "companyWebsite", - "count", "Connection", "Content-Length", + "count", "currentTime", "domainAccountID", "domainName",