Skip to content

Commit

Permalink
fix: change default rolling policy for logs
Browse files Browse the repository at this point in the history
closes #745
  • Loading branch information
gotson committed Dec 13, 2021
1 parent 8eef8d9 commit c1cc96c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion komga/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
application.version: ${version}

logging:
logback.rollingpolicy.max-history: 10
logback:
rollingpolicy:
max-history: 7
total-size-cap: 1GB
clean-history-on-start: true
max-file-size: 10MB
file:
name: \${user.home}/.komga/komga.log
level:
Expand Down

0 comments on commit c1cc96c

Please sign in to comment.