I’m seeing /var/log
filling up again. I think this is related to a discussion a while ago whereby the logrotate.log
is not rotated.
Is anyone else seeing this?
I’m seeing /var/log
filling up again. I think this is related to a discussion a while ago whereby the logrotate.log
is not rotated.
Is anyone else seeing this?
If you are then
sudo truncate -s 0 /var/log/logrotate/logrotate.log
is the quick fix.
Thanks @borpin I’ve replied on the issue, thanks for raising the issue.
Another one.
I have done a PR Fix var log filling up with logrotate log files by borpin · Pull Request #85 · openenergymonitor/EmonScripts · GitHub. Been working fine here for months.