change logging level on requests

the requests logger name changed, as such we're back to spam
levels again.

Change-Id: Icf57a275fea312ee21dd794846927b0c8467df5c
This commit is contained in:
Sean Dague 2014-07-22 07:49:03 -04:00
parent a639eab41b
commit 77a06be312
1 changed files with 2 additions and 1 deletions

View File

@ -323,7 +323,8 @@ def setup_logging(config):
"gerrit.GerritWatcher": logging.INFO,
"paramiko.transport": logging.INFO,
"pyelasticsearch": logging.INFO,
"requests.packages.urllib3.connectionpool": logging.WARN
"requests.packages.urllib3.connectionpool": logging.WARN,
"urllib3.connectionpool": logging.WARN
}
if config.has_option('ircbot', 'log_config'):