From befaa5500924f9ebda0b4bf65d8d6ab5a9f0745a Mon Sep 17 00:00:00 2001 From: Dominik Mizyn Date: Wed, 26 Aug 2020 08:39:34 +0200 Subject: [AAI] Add logs to STDOUT This commit add STDOUT appender to root level logging. Additionally, it approximates the logback.xml file to ONAP Application Logging Specification v1.2 Issue-ID: OOM-2514 Signed-off-by: Dominik Mizyn Change-Id: Iee075bb1400fd2ab2afbc39bf87e93f269ebaf84 --- .../resources/rproxy/config/logback-spring.xml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'components/aai-resources/resources/rproxy/config/logback-spring.xml') diff --git a/components/aai-resources/resources/rproxy/config/logback-spring.xml b/components/aai-resources/resources/rproxy/config/logback-spring.xml index 799fd86..c0c506a 100644 --- a/components/aai-resources/resources/rproxy/config/logback-spring.xml +++ b/components/aai-resources/resources/rproxy/config/logback-spring.xml @@ -4,12 +4,10 @@ - - - %d{ISO8601} %-5level [%t] %C{1.}: %msg%n%throwable - + {{ .Values.log.consolePattern.rproxy }} @@ -32,14 +30,14 @@ - + - + - + - + - + -- cgit 1.2.3-korg