Skip to content

Commit

Permalink
GH-17 don't set the reload4j setup code to debuging
Browse files Browse the repository at this point in the history
  • Loading branch information
JervenBolleman committed Oct 15, 2024
1 parent a7630b2 commit 6fdf0d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/log4j.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
<log4j:configuration debug="true"
<log4j:configuration debug="false"
xmlns:log4j='http://jakarta.apache.org/log4j/'>

<appender name="console"
class="org.apache.log4j.ConsoleAppender">
<param name="Target" value="System.err" />
<layout class="org.apache.log4j.PatternLayout">
<param name="ConversionPattern"
value="%t %d{yy-MM-dd HH:mm:ss Z} %c%n %p: %m%n" />
Expand Down

0 comments on commit 6fdf0d9

Please sign in to comment.