view source
wsgi-request-logger – Logging HTTP Requests With Any WSGI Web Application like Flask, Bottle or Django
I like WSGI (micro-)frameworks like Bottle, Flask or Django and used them for a couple of web applications so far. One thing that I wasn’t able to do properly was request logging. It either wasn’t in a format I liked, was dependend on the server implementation of WSGI or simply non-existent.