Skip to content

Commit

Permalink
GH-1926 Fix tinylog file size policy (Fix #1926)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkramer95 authored Sep 7, 2023
1 parent 5f3d1d2 commit ff0b51e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions reposilite-backend/src/main/resources/tinylog.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ writerFile.level = debug
writerFile.format = {class} {date: yyyy-MM-dd HH:mm:ss.SSS} {level} | {message}
writerFile.file = ./logs/log_{date}.txt
writerFile.latest = latest.log
writerFile.size = 100 MB
writerFile.backups = 10
writerFile.policies = startup, monthly: 03:00
writerFile.policies = size: 100mb, startup, monthly: 03:00
writerFile.convert = gzip


Expand All @@ -39,4 +38,4 @@ [email protected] = warn
[email protected] = info
[email protected] = info
[email protected] = info
[email protected] = warn
[email protected] = warn

0 comments on commit ff0b51e

Please sign in to comment.