4

I had small system in my VPS, which only had 10GB disk usage. Now as I check /var/log directory used 6GB to only write log!!! which it sound very crazy to me.

Crazy Screenshot

I have tried cleanup the log following this suggestion, but still not much help. Is there any reason why the log take so much disk usage? How to fix it? I don't want to have log file that big.

GusDeCooL
  • 158
  • 9

1 Answers1

1

Install logrotate to manage your log files:

How to manage log files

kingmilo
  • 10,274