Pre Request Logging in Gunicorn
In the previous blog, I discussed how to setup Gunicorn with a Flask app and set some of the Gunicorn configuration variables. One of default configurations is logging the request method, path, and response code after the request has completed.
This...
nav610.hashnode.dev3 min read