Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Suppress msrest warnings (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin authored Jun 18, 2018
1 parent 5306a2a commit 883980d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aztk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@

# msrestazure logs warning for keyring
logging.getLogger("msrestazure").setLevel(logging.CRITICAL)

# msrest
logging.getLogger("msrest").setLevel(logging.CRITICAL)

0 comments on commit 883980d

Please sign in to comment.