Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60dabe4 commit 9b9c4caCopy full SHA for 9b9c4ca
azure-mgmt/tests/mgmt_testcase.py
@@ -30,7 +30,7 @@
30
should_log = os.getenv('SDK_TESTS_LOG', '0')
31
if should_log.lower() == 'true' or should_log == '1':
32
import logging
33
- logger = logging.getLogger('azure.mgmt.common.filters')
+ logger = logging.getLogger('msrest')
34
logger.setLevel(logging.DEBUG)
35
logger.addHandler(logging.StreamHandler())
36
0 commit comments