Alternative logging configuration
Pylons 0.9.6, the default ini files include a basic configuration for Python's logging module. Its format matches original logging's module file format http://docs.python.org/lib/loggingconfigfileformat.html. Familiarity is good, but the format is too verbose to my taste ... Other labels:
debugging, configuration
Request logging
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:
logs, translogger, request+log