chore(config): increase log rotation max age from 30 to 180 days

This commit is contained in:
lafay
2026-05-14 01:27:18 +08:00
parent f0abb624ee
commit d3e5d6d76b
2 changed files with 2 additions and 3 deletions

View File

@@ -119,7 +119,7 @@ log:
- bank_card
rotation:
max_size: 100
max_age: 30
max_age: 180
max_backups: 10
compress: true