Reduce the volume of health endpoint Gunicorn access logs
Description
During testing for https://gitlab.developers.cam.ac.uk/uis/devops/laboratory-allocator/lab-allocator/-/issues/329, it was noticed that the ucam-faas CloudRun logs were filled for Gunicorn access logs for the health endpoint.
Reduce the volume of health endpoint logs.
Further details
With a maximum of 150 functions and a maximum container concurrency of 2, ~225 GET /healthy logs were generated every 30 seconds. Users can easily navigate around this by filtering out these logs from the log explorer.
Refinement Questions
It's a little clear what the solution is, if any.