traefik log rotation with default values #1480

Closed
opened 2026-04-05 19:30:26 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @TuncTaylan on 5/16/2025

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

Enables traefik log rotation with default values that work with a least powerful VM.
The log file will get rotating after reaching 100MB of size and the last 3 backups are being kept and get compressed as well. The logs that are older then three days would get deleted.

This also should fix issues like https://github.com/fosrl/pangolin/issues/693

How to test?

*Originally created by @TuncTaylan on 5/16/2025* ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description Enables traefik log rotation with default values that work with a least powerful VM. The log file will get rotating after reaching 100MB of size and the last 3 backups are being kept and get compressed as well. The logs that are older then three days would get deleted. This also should fix issues like https://github.com/fosrl/pangolin/issues/693 ## How to test?
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#1480