SPRINT-15: attempt to improve json logging

This commit is contained in:
Tim Chamberlain
2022-11-15 21:14:06 -06:00
parent 848a09cef5
commit 126d51c8f9
3 changed files with 57 additions and 3 deletions

View File

@ -77,12 +77,17 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.17.1</version>
<version>2.19.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.17.1</version>
<version>2.19.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-layout-template-json</artifactId>
<version>2.19.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>