Skip to content

Commit

Permalink
Merge pull request #1748 from dcos/update-pathlib
Browse files Browse the repository at this point in the history
Bump click pathlib
  • Loading branch information
adamtheturtle authored Apr 30, 2019
2 parents 387a603 + fcd917d commit c8ee77c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PyYAML==5.1
boto3==1.9.123
botocore==1.12.123
click==7.0
click-pathlib==2019.4.26.2
click-pathlib==2019.04.30.2
cryptography==2.6.1
docker==3.7.2
docopt==0.6.2
Expand Down
1 change: 1 addition & 0 deletions src/dcos_e2e_cli/common/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ def _set_logging(
# Disable debug output from `docker` and `urllib3` libraries
logging.getLogger('urllib3.connectionpool').setLevel(logging.WARN)
logging.getLogger('docker').setLevel(logging.WARN)
logging.getLogger('sarge').setLevel(logging.WARN)

# Disable logging calls of the given severity level or below.
logging.disable(verbosity_map[int(verbosity_level or 0)])
Expand Down

0 comments on commit c8ee77c

Please sign in to comment.