When running, BlueAPI logs for every time it gets a HTTP request, this is probably fine for POST requests because we want to know when it's been triggered and with what but it also logs GET e.g. 10.42.0.1:39058 GET /worker/state 200. This makes the logs very noisy when you have a UI open that's polling for information. I'm also not sure it generally gives much value.
Acceptance Criteria
- Logging of
GET requests is removed/reduced
When running, BlueAPI logs for every time it gets a HTTP request, this is probably fine for
POSTrequests because we want to know when it's been triggered and with what but it also logsGETe.g.10.42.0.1:39058 GET /worker/state 200. This makes the logs very noisy when you have a UI open that's polling for information. I'm also not sure it generally gives much value.Acceptance Criteria
GETrequests is removed/reduced