I have deployed my flask application using Gunicorn (no nginx). I have enabled the access log and I am able to see request coming in log file.
However, I was wondering if there is any module through which I can see this as part of web. Not much, something which give me an overview of each endpoint in application.
Comments
Post a Comment