Quiet stevedore.extension logging in bok-choy tests

This commit is contained in:
Jesse Zoldak
2014-09-26 12:02:12 -04:00
parent d9b9630c56
commit 1c08f81c60

View File

@@ -4,6 +4,7 @@ import logging
LOG_OVERRIDES = [
('requests.packages.urllib3.connectionpool', logging.ERROR),
('django.db.backends', logging.ERROR),
('stevedore.extension', logging.ERROR),
]
for log_name, log_level in LOG_OVERRIDES: