Add logrotate #10

Closed
opened 2024-03-09 18:22:45 +00:00 by MrMeeb · 1 comment
Owner

Currently there is a new log file created each time certbot runs to try a renewal. If certbot is restarted nightly as part of a backup, this creates a lot of logfiles

Currently there is a new log file created each time certbot runs to try a renewal. If certbot is restarted nightly as part of a backup, this creates a lot of logfiles
MrMeeb added the
enhancement
label 2024-03-09 18:22:45 +00:00
MrMeeb self-assigned this 2024-03-09 18:22:45 +00:00
MrMeeb added this to the 1.2 milestone 2024-05-30 20:34:43 +00:00
Author
Owner

Logrotate needs to remove letsencrypt.log.* files when more than x exist, and to rotate renew.log when above a certain size (less pressing but still sensible).

Logrotate needs to remove `letsencrypt.log.*` files when more than x exist, and to rotate `renew.log` when above a certain size (less pressing but still sensible).
MrMeeb referenced this issue from a commit 2024-06-02 21:29:45 +00:00
MrMeeb referenced this issue from a commit 2024-06-04 17:58:19 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MrMeeb/certbot-cron-docker#10
No description provided.