Massive Success

Hi,

why is this mentioned so often in Homey-SHS?

Server HTTP GET /manager/energy/live

Server HTTP GET /manager/energy/live → Success 200

Does anyone know if I can change it, to show when it is unsuccessful, rather then Success. The entire log is full of this repeated Get. What good does this do, I’m sure more things are successful, those are not listed every millisecond.

Am I the only one bothered by this? :man_shrugging:

It just means a GET request was sent to the endpoint /api/manager/energy/live and it returned 200 OK. So some client is sending repeated requests to that endpoint. Do you also see “Proxy GET”?

As far as I know, there’s no way to change the logging. The logs aren’t meant to be viewed by end users anyway.

Filters are invented to narrow down logs :eyes:
Just ignore the “hey I’m okay” entries by using something like:
$ less todays.log | grep 'error'