From 6574e747618a67efdcc06dca930d3b36e8f94948 Mon Sep 17 00:00:00 2001 From: jhh Date: Thu, 8 Apr 2021 20:56:17 -0500 Subject: [PATCH] [POLICY] Add date to logging timestamp Policy components log the current time to stdout but not the actual date. This patch adds the date in UTC format. Issue-ID: POLICY-3177 Signed-off-by: jhh Change-Id: If86cad58115d9124e09a953c0aa807644830ad4b Signed-off-by: jhh (cherry picked from commit 417bcbae7b6cdb92da9ab8cb02f7bc31c9f5192d) (cherry picked from commit 37fba0c3fe0fd169ea05363d532835fa9f7d2959) --- .../policy/components/policy-apex-pdp/resources/config/logback.xml | 5 +++-- kubernetes/policy/components/policy-api/resources/config/logback.xml | 3 ++- .../components/policy-distribution/resources/config/logback.xml | 5 +++-- .../components/policy-drools-pdp/resources/configmaps/logback.xml | 5 +++-- kubernetes/policy/components/policy-pap/resources/config/logback.xml | 3 ++- .../policy/components/policy-xacml-pdp/resources/config/logback.xml | 5 +++-- 6 files changed, 16 insertions(+), 10 deletions(-) diff --git a/kubernetes/policy/components/policy-apex-pdp/resources/config/logback.xml b/kubernetes/policy/components/policy-apex-pdp/resources/config/logback.xml index 83261220c9..35bd177531 100755 --- a/kubernetes/policy/components/policy-apex-pdp/resources/config/logback.xml +++ b/kubernetes/policy/components/policy-apex-pdp/resources/config/logback.xml @@ -1,6 +1,7 @@