• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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