From 307c0d10865c4e99bf0eb774473328279faf1500 Mon Sep 17 00:00:00 2001 From: vasraz Date: Thu, 20 Jan 2022 17:49:00 +0000 Subject: [SDC] Enable logging to STDOUT and STDERR implement Jakarta Global Requirement: https://jira.onap.org/browse/REQ-1070 Signed-off-by: Vasyl Razinkov Issue-ID: SDC-3853 Change-Id: Ib17f763d0acb9632865a4708472b360a971ed7ed --- .../resources/config/logging/logback.xml | 79 ++++++++++++++-------- 1 file changed, 51 insertions(+), 28 deletions(-) (limited to 'kubernetes/sdc/components/sdc-onboarding-be') diff --git a/kubernetes/sdc/components/sdc-onboarding-be/resources/config/logging/logback.xml b/kubernetes/sdc/components/sdc-onboarding-be/resources/config/logging/logback.xml index b537709925..ee22ff2cfd 100644 --- a/kubernetes/sdc/components/sdc-onboarding-be/resources/config/logging/logback.xml +++ b/kubernetes/sdc/components/sdc-onboarding-be/resources/config/logging/logback.xml @@ -15,24 +15,45 @@ # limitations under the License. --> - - - - - - + + + + + + - - - - - - - - - - - + + + + + + + + + + + + + + + + ${pattern} + + + + + + + ERROR + ACCEPT + DENY + + + "%d [%thread] %-5level %logger{1024} - %msg%n" + + + @@ -51,7 +72,7 @@ - + @@ -171,30 +192,32 @@ ${queueSize} - + ${queueSize} - + ${queueSize} - + ${queueSize} - + - - - - + + + + - + + + - + -- cgit 1.2.3-korg