From: Pawel Kasperkiewicz Date: Thu, 6 Feb 2020 10:54:06 +0000 (+0100) Subject: Create logger for trace, audit, error X-Git-Tag: 0.0.1~89 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=6801658963291d7c0466c5ae836171b765da1d51;p=oom%2Fplatform%2Fcert-service.git Create logger for trace, audit, error Issue-ID: AAF-995 Signed-off-by: Pawel Change-Id: Icda76509e23315910a52645d746ad4c7b80bf01e --- diff --git a/certService/pom.xml b/certService/pom.xml index 21d212f1..affdda3b 100644 --- a/certService/pom.xml +++ b/certService/pom.xml @@ -37,6 +37,7 @@ 3.0.1 3.0.0-M1 2.2.4.RELEASE + 2.1.5.RELEASE @@ -57,6 +58,17 @@ org.springframework.boot spring-boot-starter-web ${spring-boot-starter.version} + + + org.springframework.boot + spring-boot-starter-logging + + + + + org.springframework.boot + spring-boot-starter-log4j2 + ${spring-boot-starter-log4j2.version} org.springframework.boot diff --git a/certService/src/main/resources/log4j2.xml b/certService/src/main/resources/log4j2.xml new file mode 100644 index 00000000..0c4d613f --- /dev/null +++ b/certService/src/main/resources/log4j2.xml @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file