• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Issue Logration not working especially access_log.processed

destan40

Basic Pleskian
Plesk Obsidian Version 18.0.27

I noticed, that the logration is not working for logs of domains and havent found a solution.
especially access_log.processed are more then 1GB:


Code:
[root@server logs]# ls -lh access_* error_log
-rw-r--r-- 2 root root  177 May 14 10:04 access_log
-rw-r--r-- 2 root root  41M May 14 09:58 access_log.processed
-rw------- 1 root root  15K May 14 09:58 access_log.webstat
-rw-r--r-- 2 root root  27K May 14 10:07 access_ssl_log
-rw-r--r-- 2 root root 1.2G May 14 09:58 access_ssl_log.processed
-rw------- 1 root root 1.3M May 14 09:58 access_ssl_log.webstat
-rw-r--r-- 2 root root 9.0M May 14 10:00 error_log

What i did:

Checked cronjobs:
Code:
[root@server logs]# cd /etc/cron.daily/
[root@server cron.daily]# ll
total 56
drwxr-xr-x.   2 root root  4096 May 13 14:55 ./
drwxr-xr-x. 118 root root 12288 May 13 16:25 ../
-rwxr-xr-x    1 root root   211 Jan 12  2017 00webalizer*
-rwxr-xr-x    1 root root   282 May  7 20:07 50plesk-daily*
-rwxr-xr-x    1 root root   448 May  7 15:30 60sa-update*
-rwxr-xr-x    1 root root  3498 Oct 21  2019 asl*
-rw-r--r--    1 root root   152 Dec 24 08:06 awstats
-rwx------    1 root root  3325 Jul 15  2019 csget*
-rwxr-xr-x    1 root root    57 May  7 15:29 dmarc-report*
-rwx------    1 root root   219 Oct 30  2018 logrotate*
-rwxr-xr-x    1 root root  3777 Feb 27 10:04 maldet*
-rwxr-xr-x    1 root root   618 Oct 30  2018 man-db.cron*

executed manually:
Code:
/usr/local/psa/bin/sw-engine-pleskrun /usr/local/psa/admin/plib/DailyMaintainance/script.php -f ExecuteStatistics
 
Back
Top