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.
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.