• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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