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 2fb8011 commit dfbf56fCopy full SHA for dfbf56f
src/.env.sample
@@ -2,7 +2,8 @@
2
AZURE_BASIC_LOGGING_LEVEL=INFO
3
# Azure package logging (default: WARNING level to suppress INFO)
4
AZURE_PACKAGE_LOGGING_LEVEL=WARNING
5
-# Comma-separated list of specific logger names to configure (default: empty list uses Azure SDK loggers)
+# Comma-separated list of specific logger names to configure (default: empty - no custom loggers)
6
+# Example: AZURE_LOGGING_PACKAGES=azure.identity.aio._internal,azure.monitor.opentelemetry.exporter.export._base
7
AZURE_LOGGING_PACKAGES=
8
9
AZURE_AI_AGENT_API_VERSION=
0 commit comments