Skip to content
Snippets Groups Projects
Commit 8b95cb48 authored by Jesse Zoldak's avatar Jesse Zoldak
Browse files

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

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