Hi,
I'm using node-red-smartpi to read the Smartpi values and publish them over MQTT with a custom payload.
Everything works great except that node-red is filling up the /var/log/daemon.log file.
I tried to disable logging in the /home/smartpi/.node-red/settings.js file but after restarting the node-red service, I can still see new entries every seconds like:
Feb 8 11:16:19 smartpi Node-RED[505448]: Values: 2023-02-08 11:16:19,0,0,0,0,240,240,240,0,0,0,1,1,1,50.039093041438626,49.951219512195124,49.96096799375488,0,0,0,0,0,0,0,
The tmpfs filesystem where /var/log in mounted on is set to 50MB and is full very quickly.
How can I disable such logging?
Hi,
I'm using node-red-smartpi to read the Smartpi values and publish them over MQTT with a custom payload.
Everything works great except that node-red is filling up the /var/log/daemon.log file.
I tried to disable logging in the /home/smartpi/.node-red/settings.js file but after restarting the node-red service, I can still see new entries every seconds like:
Feb 8 11:16:19 smartpi Node-RED[505448]: Values: 2023-02-08 11:16:19,0,0,0,0,240,240,240,0,0,0,1,1,1,50.039093041438626,49.951219512195124,49.96096799375488,0,0,0,0,0,0,0,
The tmpfs filesystem where /var/log in mounted on is set to 50MB and is full very quickly.
How can I disable such logging?