Skip to content
Snippets Groups Projects
Commit dda386bf authored by Carl Jones's avatar Carl Jones
Browse files

Tidied Log4J2 configuration

parent 78cb1fee
No related branches found
No related tags found
No related merge requests found
......@@ -23,9 +23,9 @@ repositories {
dependencies {
implementation 'org.apache.logging.log4j:log4j-api:2.20.0'
implementation 'org.apache.logging.log4j:log4j-core:2.20.0'
implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.20.0'
implementation 'org.apache.logging.log4j:log4j-api:2.23.1'
implementation 'org.apache.logging.log4j:log4j-core:2.23.1'
implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.23.1'
testImplementation(platform('org.junit:junit-bom:5.9.2'))
......
<Configuration status="warn" name="simple" packages="">
<Configuration status="warn" name="simple">
<Appenders>
<Console name="Console" target="SYSTEM_OUT">
<PatternLayout pattern="%d{yyyy-MM-dd HH:mm:ss} %p %m%n"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment