From: vasraz Date: Thu, 20 Jan 2022 17:49:00 +0000 (+0000) Subject: [SDC] Enable logging to STDOUT and STDERR X-Git-Tag: 10.0.0~114^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=307c0d10865c4e99bf0eb774473328279faf1500;hp=79c67fbff6305b007903bef52435f80f28761995;p=oom.git [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 --- diff --git a/kubernetes/sdc/components/sdc-be/resources/config/logging/logback.xml b/kubernetes/sdc/components/sdc-be/resources/config/logging/logback.xml index 28fd910d76..fcbca71f33 100644 --- a/kubernetes/sdc/components/sdc-be/resources/config/logging/logback.xml +++ b/kubernetes/sdc/components/sdc-be/resources/config/logging/logback.xml @@ -14,24 +14,45 @@ # limitations under the License. --> - - - - - - + + + + + + - - - - - - - - - - - + + + + + + + + + + + + + + + + ${pattern} + + + + + + + ERROR + ACCEPT + DENY + + + "%d [%thread] %-5level %logger{1024} - %msg%n" + + + @@ -50,7 +71,7 @@ - + @@ -170,30 +191,32 @@ ${queueSize} - + ${queueSize} - + ${queueSize} - + ${queueSize} - + - - - - + + + + - + + + - + diff --git a/kubernetes/sdc/components/sdc-fe/resources/config/logging/logback.xml b/kubernetes/sdc/components/sdc-fe/resources/config/logging/logback.xml index 1000982b6e..f3ebf76428 100644 --- a/kubernetes/sdc/components/sdc-fe/resources/config/logging/logback.xml +++ b/kubernetes/sdc/components/sdc-fe/resources/config/logging/logback.xml @@ -16,24 +16,45 @@ --> - - - - - - + + + + + + - - - - - - - - - - - + + + + + + + + + + + + + + + + ${pattern} + + + + + + + ERROR + ACCEPT + DENY + + + "%d [%thread] %-5level %logger{1024} - %msg%n" + + + @@ -52,7 +73,7 @@ - + @@ -174,30 +195,32 @@ ${queueSize} - + ${queueSize} - + ${queueSize} - + ${queueSize} - + - - - - + + + + - + + + - + 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} - + - - - - + + + + - + + + - +