Since doing the daily.sh this morning to fix some errors I was running into with my php-7.2 install my librenms instance it’s been collecting a what looks like a full debug log that it hadn’t done until today. The log is in ./logs and is called librenms-YYYY-MM-DD.log and after running all day is nearing 4GB in size. Most of the lines are of the format:
[2019-02-13 20:51:04] production.DEBUG:
[2019-02-13 20:51:04] production.DEBUG:
[2019-02-13 20:51:04] production.DEBUG:
[2019-02-13 20:51:04] production.DEBUG: 1: valid
[2019-02-13 20:51:04] production.DEBUG:
[2019-02-13 20:51:04] production.DEBUG:
[2019-02-13 20:51:04] production.DEBUG:
[2019-02-13 20:51:04] production.DEBUG: Modules status: Global+
[2019-02-13 20:51:04] production.DEBUG: OS
[2019-02-13 20:51:04] production.DEBUG: Device
[2019-02-13 20:51:04] production.DEBUG: Modules status: Global-
[2019-02-13 20:51:04] production.DEBUG: OS
[2019-02-13 20:51:04] production.DEBUG: Device
[2019-02-13 20:51:04] production.DEBUG: Modules status: Global-
[2019-02-13 20:51:04] production.DEBUG: OS
[2019-02-13 20:51:04] production.DEBUG: Device
[2019-02-13 20:51:04] production.DEBUG: ### Start Device Groups ###
[2019-02-13 20:51:04] production.DEBUG:
[2019-02-13 20:51:04] production.DEBUG:
[2019-02-13 20:51:04] production.DEBUG: Groups Added:
[2019-02-13 20:51:04] production.DEBUG: Groups Removed:
[2019-02-13 20:51:04] production.DEBUG: ### End Device Groups ###
Was there a change today that flipped on debugging and if so is there a way to turn it off before it blows up my server?