From: Sylvain Desbureaux Date: Fri, 25 Feb 2022 16:05:35 +0000 (+0000) Subject: Merge "[SDC] Enable logging to STDOUT and STDERR" X-Git-Tag: 10.0.0~114 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=commitdiff_plain;h=2d427a36b97bb58c1f58fae191c7fbaad5e207f2;hp=c3406c5f911be5b675e72765b6e2c5cfc2326e12 Merge "[SDC] Enable logging to STDOUT and STDERR" --- 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} - + - - - - + + + + - + + + - +