• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question agent360.log

4Cloud

New Pleskian
Server operating system version
CloudLinux 8.10
Plesk version and microupdate number
Plesk Obsidian v18.0.65_build1800241122.08
Looking at disk usage on our server and see that /var/log/agent360.log is 26.8GB in size. Is there a way to reduce the size of the file?

We do have a Plesk 360 subscription, so not sure why so much is stored locally.

Terry
 
Hi Terry,

When does the log start? (head /var/log/agent360.log)

Also check if agent360 has a logrotate file:
Code:
grep agent360 /etc/logrotate* -r
 
Looks like the first log is from May 2023, about 7 months

grep agent360 /etc/logrotate* -r shows nothing
grep agent360 /usr/local/psa/etc/logrotate* -r shows nothing

I have created a log rotate file set for weekly.
 
File: /etc/logrotate.d/agent360

/var/log/agent360.log {
rotate 5
weekly
compress
delaycompress
create
missingok
}
 
Back
Top