Hello,
When I check the size of logs, there are 32G:
du -sh /var/log/
32G /var/log/
So, is there anyway limit system logs in Wordops?
Hello,
When I check the size of logs, there are 32G:
32G /var/log/
So, is there anyway limit system logs in Wordops?
That's what logrotate does:
https://manpages.ubuntu.com/manpages/focal/man8/logrotate.8.html
But also check what's in them, i.e., which log files are big, are they full of debug messages (in which case turn off debug), are they full of the same errors or warnings (fix the source of that).
Hosted by VirtuBox