Feature #33193
closedAdd a logrotate entry for /var/log/foreman-maintain
Description
Description of problem:
foreman-maintain tool can easily generate a lot of logs (i.e. when used as a services check tool every few minutes). Default Satellite deployment should housekeep those logs automatically, similarly like e.g. /var/log/foreman or /var/log/foreman-proxy .
Please provide in part of foreman-maintain package a file like (copy from foreman logs):
- cat /etc/logrotate.d/foreman-maintain
- Foreman-maintain logs:
/var/log/foreman-maintain/*.log {
daily
missingok
rotate 14
compress
delaycompress
notifempty
copytruncate
} #
Version-Release number of selected component (if applicable):
Sat6.9
How reproducible:
100%
Steps to Reproduce:
1. Repeatedly run "foreman-maintain service status" or any other f-m command
2. Check that the /var/log/foreman-maintain/foreman-maintain.log* logs are never logrotated / housekept.
Actual results:
2. No logrotation.
Expected results:
2. Some reasonable logrotation (not necessarily the one I suggested).
Additional info:
Updated by Amit Upadhye over 3 years ago
- Tracker changed from Support to Feature
- Bugzilla link set to 1963956
Updated by Amit Upadhye over 3 years ago
- Project changed from Foreman Maintain to Packaging
Updated by The Foreman Bot over 3 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman-packaging/pull/6964 added
Updated by Amit Upadhye over 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman-packaging|9d53d0d27ee84e0cfceb7828dde8272b077b3bc5.
Updated by Amit Upadhye over 3 years ago
- Category set to RPMs
- Target version set to 3.0.0
Updated by The Foreman Bot about 3 years ago
- Pull request https://github.com/theforeman/foreman-packaging/pull/7127 added