Skip to content

Commit

Permalink
Merge branch 'v31'
Browse files Browse the repository at this point in the history
  • Loading branch information
baszoetekouw committed Feb 27, 2024
2 parents df13f33 + fe55589 commit 72584d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/logging/templates/journald.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ RateLimitBurst=10000
# Keep a maximum of 1GB on disk storage
SystemMaxUse=1G
SystemKeepFree=
SystemMaxFileSize=100M
SystemMaxFileSize=2G
SystemMaxFiles=100

# split files every day, and keep message for max 2 weeks
MaxFileSec=1h
MaxFileSec=2day
MaxRetentionSec={{journal_retention}}
SyncIntervalSec=1m

Expand Down

0 comments on commit 72584d8

Please sign in to comment.