Request logging(Pylons Cookbook)
Request logging with Paste's TransLogger TransLogger is a WSGI middleware as part of "Paste". It produces an Apachestyle access log. If TransLogger is enabled as a middleware then it logs accesses to a logger called "wsgi" with "INFO" level. (See the "logging" module of the Python Standard Library ... Other labels:
logging, translogger, request+log