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 8a313a3 commit 03583b5Copy full SHA for 03583b5
articles/active-directory/develop/msal-logging-python.md
@@ -64,7 +64,7 @@ from opencensus.ext.azure.log_exporter import AzureLogHandler
64
65
APP_INSIGHTS_KEY = os.getenv('APP_INSIGHTS_KEY')
66
67
-logging.getLogger("msal").addHandler(AzureLogHandler(connection_string='InstrumentationKey={0}'.format(APP_INSIGHTS_KEY))
+logging.getLogger("msal").addHandler(AzureLogHandler(connection_string='InstrumentationKey={0}'.format(APP_INSIGHTS_KEY)))
68
```
69
70
### Personal and organizational data in Python
0 commit comments