Commit 8b95cb48 by Jesse Zoldak

Merge pull request #5459 from edx/zoldak/quiet-stevedore

Quiet stevedore.extension logging in bok-choy tests
parents ff5017bc 1c08f81c
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment