Logrotate and tracking center

PaladinGag

Member
Mar 29, 2023
2
1
8
Good day.
Could you please tell me if to increase the stored period in the tracking center, it is necessary to change the logrotate parameters or if there are any additional settings in the PMG itself?
Currently, the tracking center displays approximately 1 month of data, and I would like to extend it to 3 months. Am I correct in assuming that it retrieves data from the mail.log.* files directly?
 

Attachments

  • tracking.png
    tracking.png
    195.3 KB · Views: 50
Could you please tell me if to increase the stored period in the tracking center, it is necessary to change the logrotate parameters or if there are any additional settings in the PMG itself?
The source of data for the tracking center is /var/log/syslog (and rotated variants up to /var/log/syslog.31.gz) - the logrotation is handled by logrotate (/etc/logrotate.d/rsyslog in a default installation).

I hope this helps!