From 6801658963291d7c0466c5ae836171b765da1d51 Mon Sep 17 00:00:00 2001 From: Pawel Kasperkiewicz Date: Thu, 6 Feb 2020 11:54:06 +0100 Subject: Create logger for trace, audit, error Issue-ID: AAF-995 Signed-off-by: Pawel Change-Id: Icda76509e23315910a52645d746ad4c7b80bf01e --- certService/pom.xml | 12 +++++++ certService/src/main/resources/log4j2.xml | 58 +++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 certService/src/main/resources/log4j2.xml (limited to 'certService') 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 -- cgit 1.2.3-korg