• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

log rotation problem for maillog

bobiemac

New Pleskian
Hi,

The mail log rotation on one of our servers stooped working. i checked the /etc/psa/logrotate.conf and see that it is still configured to run every day.

Any ideas on where to look to find out why it stopped working?

Is there a way to force the rotation from a shell command?
 
Logrotation process related to gathering statistics in Plesk. It works only after statistics, because statistics will not be collected if logs is rotated already. There is maintenance script in cronjob /etc/cron.daily/50plesk-daily:

# install_statistics
/usr/local/psa/bin/sw-engine-pleskrun /usr/local/psa/admin/plib/DailyMaintainance/script.php >/dev/null 2>&1

You can use it or just use /usr/local/psa/admin/sbin/statistics (--help option for details)
Logs will be rotated after statistics calculation.
 
We are having the same problem. We manually compressed the mail log file that is getting to big and log stopped.
After restarting syslog service the log file started to gather information again but log rotate still does not work. Cron jobs have had no changes also.
 
Back
Top