Skip to content

Commit

Permalink
Updated the project name
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaiavi authored May 9, 2022
1 parent cef504c commit 44713a8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
</appender>

<appender name="FILE-ALL" class="ch.qos.logback.core.FileAppender">
<file>16c-downloader-ALL.log</file>
<file>16c-archive-downloader-ALL.log</file>
<append>false</append>
<encoder>
<pattern>%d{HH:mm:ss.SSS} %-5level %msg%n</pattern>
</encoder>
</appender>

<appender name="FILE-ERROR" class="ch.qos.logback.core.FileAppender">
<file>16c-downloader-ERROR.log</file>
<file>16c-archive-downloader-ERROR.log</file>
<append>false</append>
<filter class="ch.qos.logback.classic.filter.ThresholdFilter">
<level>WARN</level>
Expand All @@ -25,8 +25,8 @@
</appender>

<root level="debug">
<appender-ref ref="STDOUT" />
<appender-ref ref="FILE-ALL" />
<appender-ref ref="FILE-ERROR" />
<appender-ref ref="STDOUT"/>
<appender-ref ref="FILE-ALL"/>
<appender-ref ref="FILE-ERROR"/>
</root>
</configuration>
</configuration>

0 comments on commit 44713a8

Please sign in to comment.