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

Commit

Permalink
Feature: disable msrestazure keyring log (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
jafreck authored Apr 25, 2018
1 parent b8a3fcc commit 3cc43c3
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 @@ -2,3 +2,6 @@

# Azure storage is logging error in the console which make the CLI quite confusing
logging.getLogger("azure.storage").setLevel(logging.CRITICAL)

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

0 comments on commit 3cc43c3

Please sign in to comment.