mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-27 02:15:51 +03:00
[GH-ISSUE #283] Implement Logrotate into image #252
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#252
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Cerothen on GitHub (Jan 27, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/283
Log files do not rotate and grow unchecked until space is full.
Describe the solution you'd like
Implement Logrotate to automatically manage log files
Describe alternatives you've considered
Implement Logrotate separately.
Additional context
None
@miguelwill commented on GitHub (Feb 25, 2020):
in my installation I had to apply a cron task with "savelog" to rotate the generated logs, at least this way I can control their size
@modem7 commented on GitHub (May 27, 2020):
Definitely required - I've got nearly 1gb of logs atm. Just setting up a cronjob now to try to control it somewhat
@chaptergy commented on GitHub (May 11, 2021):
Duplicate of https://github.com/jc21/nginx-proxy-manager/issues/183