diff options
author | Pawel Kasperkiewicz <pawel.kasperkiewicz@nokia.com> | 2020-02-06 11:54:06 +0100 |
---|---|---|
committer | Pawel <pawel.kasperkiewicz@nokia.com> | 2020-02-07 07:59:25 +0100 |
commit | 6801658963291d7c0466c5ae836171b765da1d51 (patch) | |
tree | 6fea18ff7e3699a5a4e98fa2ec8623367487e718 /certService/pom.xml | |
parent | cadfc3ae7468df989bf8cd298eaf9030d04d94cf (diff) |
Create logger for trace, audit, error
Issue-ID: AAF-995
Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com>
Change-Id: Icda76509e23315910a52645d746ad4c7b80bf01e
Diffstat (limited to 'certService/pom.xml')
-rw-r--r-- | certService/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ <maven-javadoc-plugin.version>3.0.1</maven-javadoc-plugin.version> <maven-surefire-plugin.version>3.0.0-M1</maven-surefire-plugin.version> <spring-boot-starter-actuator.version>2.2.4.RELEASE</spring-boot-starter-actuator.version> + <spring-boot-starter-log4j2.version>2.1.5.RELEASE</spring-boot-starter-log4j2.version> </properties> <dependencyManagement> @@ -57,6 +58,17 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <version>${spring-boot-starter.version}</version> + <exclusions> + <exclusion> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-logging</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-log4j2</artifactId> + <version>${spring-boot-starter-log4j2.version}</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> |