Page 1 of 1

Very big log-file after update to 3.0.6

Posted: 31 May 2020 16:33
by nordstern
Hi there,
on 6. may i updated my z-way server from 3.0.5 to 3.0.6. Everything was fine...
Today i took a look at the logs in /var/log/
See the attached pic for result. The actual log has grown...hm...very very big. :?:
zway-log.png
zway-log.png (10.67 KiB) Viewed 2240 times
And there is also no backing up the logs after three days. :?:
After a reboot the log stays that big.

It is a bug?

Cheers Nordstern

Re: Very big log-file after update to 3.0.6

Posted: 31 May 2020 18:42
by micky1500
Yes is a bug that was fixed in 3.0.2, but came back in 3.0.6

This command will fix it for 3.0.6
sudo chmod 0644 /etc/logrotate.d/z-way-server

Wait 1-3 days for it to work, or run it now with this command :-
sudo logrotate --force /etc/logrotate.d/z-way-server

Re: Very big log-file after update to 3.0.6

Posted: 31 May 2020 21:35
by nordstern
Ok, thx.
ill give it a try.