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 23dab1a commit c9e11f0Copy full SHA for c9e11f0
src/common/entraid_auth.py
@@ -16,7 +16,9 @@
16
_logger = logging.getLogger(__name__)
17
18
# Reduce Azure SDK logging verbosity
19
-logging.getLogger("azure.core.pipeline.policies.http_logging_policy").setLevel(logging.WARNING)
+logging.getLogger("azure.core.pipeline.policies.http_logging_policy").setLevel(
20
+ logging.WARNING
21
+)
22
logging.getLogger("azure.identity").setLevel(logging.WARNING)
23
logging.getLogger("redis.auth.token_manager").setLevel(logging.WARNING)
24
0 commit comments