added loging with log4j2

This commit is contained in:
helori_ollivier
2026-01-05 22:03:19 +01:00
parent e2bde1fecb
commit ec83d74e66
3 changed files with 42 additions and 1 deletions

11
pom.xml
View File

@@ -54,6 +54,17 @@
<artifactId>spring-boot-starter-webmvc-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.12.4</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.12.4</version>
</dependency>
</dependencies>
<build>