• 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.

Question access_log.processed - can I truncate it?

aly-katana

New Pleskian
Server operating system version
centOS
Plesk version and microupdate number
18.0.39
Hi all,
Due to issues with log rotation my access_log.processed file has reached 20GB.
My understanding is that it's just used to keep track of the lines processed from the access_log file. So can I just clear it out via "truncate -s 0 access_log.processed" or does statistics processing need the last few lines in it to keep track of where it needs to start processing the log lines in the access_log file from?

Thanks

Alex
 
Have you seen
and
?
You can simply add the allowhardlink directive to your /usr/local/psa/etc/logrotate.conf file, then run rotation again and it will likely work.
 
Back
Top