If /storage/log
is full, check if access.log
has the high usage with the following command:
ls -lh /storage/log/var/log/httpd/
Aria Operations
If the access logs are causing the partition to be full, we need to blank these files by using the commands below:
cd /storage/log/var/log/httpd/
truncate -s0 access.log
As reference please also read /storage/log is full on Aria Operations