Skip to content

Commit 3c0a1a1

Browse files
committed
Use relative URL
1 parent 8957e30 commit 3c0a1a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/troubleshoot-diagnostic-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ In your application code, you use the usual logging facilities to send log messa
125125
```
126126

127127
By default, ASP.NET Core uses the [Microsoft.Extensions.Logging.AzureAppServices](https://www.nuget.org/packages/Microsoft.Extensions.Logging.AzureAppServices) logging provider. For more information, see [ASP.NET Core logging in Azure](/aspnet/core/fundamentals/logging/). For information about WebJobs SDK logging, see [Get started with the Azure WebJobs SDK](./webjobs-sdk-get-started.md#enable-console-logging)
128-
- Python applications can use the [OpenCensus package](https://learn.microsoft.com/en-us/azure/azure-monitor/app/opencensus-python) to send logs to the application diagnostics log.
128+
- Python applications can use the [OpenCensus package](/azure/azure-monitor/app/opencensus-python) to send logs to the application diagnostics log.
129129

130130

131131
## Stream logs

0 commit comments

Comments
 (0)