Skip to content

Commit

Permalink
Updated default log4j.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ppanopticon committed Feb 3, 2021
1 parent e42b8de commit e31c2eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/log4j.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
<log4j:configuration debug="false">
<log4j:configuration debug="true">

<appender name="console" class="org.apache.log4j.ConsoleAppender">
<layout class="org.apache.log4j.PatternLayout">
Expand All @@ -9,8 +9,8 @@
</appender>

<!-- Logger for SwissQR -->
<logger name="ch.pontius.swissqr.api">
<level value="TRACE"/>
<logger name="ch.pontius.swissqr.api.requests">
<level value="DEBUG"/>
</logger>

<!-- Root logger for SwissQR-->
Expand Down

0 comments on commit e31c2eb

Please sign in to comment.