Skip to content

Commit a8acc0c

Browse files
Merge pull request #225789 from kjaymiller/jm-change-django-logging-setting-opencensus-python
Fixes Django logging deprecation issue
2 parents f164a37 + 8fc499f commit a8acc0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/opencensus-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ LOGGING = {
154154
"azure": {
155155
"level": "DEBUG",
156156
"class": "opencensus.ext.azure.log_exporter.AzureLogHandler",
157-
"instrumentation_key": "<your-ikey-here>",
157+
"connection_string": "<your-application-insights-connection-string>",
158158
},
159159
"console": {
160160
"level": "DEBUG",

0 commit comments

Comments
 (0)