Skip to content

Commit

Permalink
Silenc urllib3 library log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfarkas committed Feb 21, 2018
1 parent 70a8c5b commit 1ea3629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
logging.getLogger('requests').setLevel(logging.WARNING) # silence Requests library
logging.getLogger('paste.httpserver').setLevel(logging.WARNING) # silence Paste library
logging.getLogger('elasticsearch').setLevel(logging.WARNING) # silence Elastic library

logging.getLogger('urllib3').setLevel(logging.WARNING) # silence urllib3 library

# NOTE: Keep in sync with environment variables in sample.config file.
DEFAULT_CONFIG = {
Expand Down

0 comments on commit 1ea3629

Please sign in to comment.