@@ -3,7 +3,7 @@ import logging
|
||||
# Silence noisy loggers
|
||||
LOG_OVERRIDES = [
|
||||
('requests.packages.urllib3.connectionpool', logging.ERROR),
|
||||
('django.db.backends', logging.ERROR)
|
||||
('django.db.backends', logging.ERROR),
|
||||
]
|
||||
|
||||
for log_name, log_level in LOG_OVERRIDES:
|
||||
|
||||
Reference in New Issue
Block a user