• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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