sanlike0911 / node-red-contrib-tplink-tapo-connect-api

Apache License 2.0
48 stars 20 forks source link

Syslog spaming #31

Open crazy888 opened 1 year ago

crazy888 commented 1 year ago

Tapo "Status" is spaming every call into my syslog:

_Jul 18 20:54:49 raspberrypi Node-RED[11872]: config[tplinkstatus]: { Jul 18 20:54:49 raspberrypi Node-RED[11872]: email: 'XXXX.XXXX@XXXX.com', Jul 18 20:54:49 raspberrypi Node-RED[11872]: password: 'XXXXX', Jul 18 20:54:49 raspberrypi Node-RED[11872]: deviceIp: '192.168.xxx.xxx', Jul 18 20:54:49 raspberrypi Node-RED[11872]: deviceAlias: '', Jul 18 20:54:49 raspberrypi Node-RED[11872]: deviceIpRange: '', Jul 18 20:54:49 raspberrypi Node-RED[11872]: searchMode: 'ip' Jul 18 20:54:49 raspberrypi Node-RED[11872]: }

Loglevel in Node-Red is already set to "Error". It´s running on a Raspberry Pi 3+.

How can i stop it?