Skip to content

Commit

Permalink
use log4j2-test.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis committed Oct 6, 2023
1 parent ae33464 commit 9365ddc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
11 changes: 0 additions & 11 deletions zuul-integration-test/src/test/resources/log4j2-test.properties

This file was deleted.

15 changes: 15 additions & 0 deletions zuul-integration-test/src/test/resources/log4j2-test.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="DEBUG">
<Appenders>
<Console name="Console" target="SYSTEM_OUT">
<PatternLayout pattern="%d{HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n"/>
</Console>
</Appenders>
<Loggers>
<Root level="INFO">
<AppenderRef ref="Console"/>
</Root>
<Logger name="org.apache" level="WARN"/>
<Logger name="org.eclipse" level="WARN"/>
</Loggers>
</Configuration>

0 comments on commit 9365ddc

Please sign in to comment.