Database filling up with Logs

Previous development branch now released as 1.36
Locked
~Rob
Posts: 10
Joined: Fri Jun 05, 2020 7:57 am

Database filling up with Logs

Post by ~Rob »

After a few days I'm running out of disk space as the log table is becoming huge (gigabytes worth).

It seems I'm having a similar issue to this: viewtopic.php?f=38&t=28611&p=111942&hil ... og#p111942

I've set logging to be None on the database but I still see a few rows added every second.

Is this a bug/known issue or am I missing some configuration?
User avatar
iconnor
Posts: 2900
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: Database filling up with Logs

Post by iconnor »

You do need to restart zm for the config changes to take effect
~Rob
Posts: 10
Joined: Fri Jun 05, 2020 7:57 am

Re: Database filling up with Logs

Post by ~Rob »

Thnaks Connor, that did the trick.

Is it just the logs that require a restart. I'll submit a PR for the logging options page with a note to restart after saving if that is the case.
Locked