Middleware for logging requests, using Apache combined log format
This logging middleware will log all requests as they go through. They are, by default, sent to a logger named 'wsgi' at the INFO level.
If setup_console_handler is true, then messages for the named logger will be sent to the console.
This logging middleware will log all requests as they go through. They are, by default, sent to a logger named 'wsgi' at the INFO level.
If setup_console_handler is true, then messages for the named logger will be sent to the console.