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: