Skip to content

Commit

Permalink
update some logging stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
htmlcsjs committed Jan 21, 2022
1 parent a081b6c commit 43ab236
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@
<!-- Log to a file as well, including size and time based rolling -->
<appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
<rollingPolicy class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy">
<fileNamePattern>logs/d4j.%d{yyyy-MM-dd}.%i.log
<fileNamePattern>logs/floppa.%d{yyyy-MM-dd}.%i.log
</fileNamePattern>
<maxFileSize>100MB
</maxFileSize>
<maxHistory>90
</maxHistory>
</rollingPolicy>
<encoder>
<charset>UTF-8
Expand Down

0 comments on commit 43ab236

Please sign in to comment.