aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/bugdir.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2012-08-23 17:26:36 -0400
committerW. Trevor King <wking@tremily.us>2012-08-23 17:31:15 -0400
commit6b04e1f5b80abcc1dffbce0466f34a182a468064 (patch)
tree808b632318e2898b4d49ad29d93819ad7cbb27fb /libbe/bugdir.py
parent831691bd9aa1ea4092f718fa5ce4da1ce96d06db (diff)
downloadbugseverywhere-6b04e1f5b80abcc1dffbce0466f34a182a468064.tar.gz
command:serve: add SilentRequestHandler to avoid double-logging requests.
They were being logged by the request handler, and then logged again by WSGI_Object.log_request. After this patch, requests are only logged when logger.level is at a <= level (e.g. closer to DEBUG) than the WSGI_Object.log_level (usually INFO). For example, in Serve_setup_logging, self.logger.setLevel(logging.INFO) will get request logs printed, but self.logger.setLevel(logging.WARNING) will not.
Diffstat (limited to 'libbe/bugdir.py')
0 files changed, 0 insertions, 0 deletions