Skip to content

Commit 03583b5

Browse files
authored
Update msal-logging-python.md
1 parent 8a313a3 commit 03583b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/msal-logging-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ from opencensus.ext.azure.log_exporter import AzureLogHandler
6464

6565
APP_INSIGHTS_KEY = os.getenv('APP_INSIGHTS_KEY')
6666

67-
logging.getLogger("msal").addHandler(AzureLogHandler(connection_string='InstrumentationKey={0}'.format(APP_INSIGHTS_KEY))
67+
logging.getLogger("msal").addHandler(AzureLogHandler(connection_string='InstrumentationKey={0}'.format(APP_INSIGHTS_KEY)))
6868
```
6969

7070
### Personal and organizational data in Python

0 commit comments

Comments
 (0)