main: Teach package-cache the --verbose option
authorW. Trevor King <wking@tremily.us>
Thu, 20 Feb 2014 22:20:42 +0000 (14:20 -0800)
committerW. Trevor King <wking@tremily.us>
Thu, 20 Feb 2014 22:20:42 +0000 (14:20 -0800)
commit3afd128677d77f57788dc7f5b693d1331b659138
tree2ea7033bdab3023ae85575dc0ff96d821b116a07
parent5c75b5c651a8026d153d7c193dd81c53f952d7c6
main: Teach package-cache the --verbose option

For adjusting the verbosity of the package-level logger.

Also add a simple LoggingRequestHandler class so WSGI-side logging is
routed through our loggers instead of being written directly to
stderr.
package_cache/main.py