Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9b9c4ca

Browse files
committed
New logging system in msrest 0.1.0
1 parent 60dabe4 commit 9b9c4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-mgmt/tests/mgmt_testcase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
should_log = os.getenv('SDK_TESTS_LOG', '0')
3131
if should_log.lower() == 'true' or should_log == '1':
3232
import logging
33-
logger = logging.getLogger('azure.mgmt.common.filters')
33+
logger = logging.getLogger('msrest')
3434
logger.setLevel(logging.DEBUG)
3535
logger.addHandler(logging.StreamHandler())
3636

0 commit comments

Comments
 (0)