Skip to content

Commit

Permalink
change logfile name
Browse files Browse the repository at this point in the history
  • Loading branch information
GraxCode committed May 16, 2020
1 parent 665459d commit 0225814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</encoder>
</appender>
<appender name="FILE" class="ch.qos.logback.core.FileAppender">
<file>dalvikgate.log</file>
<file>threadtear.log</file>
<append>false</append>
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level: %msg%n</pattern>
Expand Down

0 comments on commit 0225814

Please sign in to comment.