Skip to content

Commit 901d3f2

Browse files
Merge pull request #234776 from pritamso/Broken-link-fix-dlepow
LinkFix: Broken link fixed
2 parents 443ffe3 + 52baffb commit 901d3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/api-management/diagnostic-logs-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This reference describes settings for API diagnostics logging from an API Manage
3131
| Always log errors | boolean | If this setting is enabled, all failures are logged, regardless of the **Sampling** setting.
3232
| Log client IP address | boolean | If this setting is enabled, the client IP address for API requests is logged. |
3333
| Verbosity | | Specifies the verbosity of the logs and whether custom traces that are configured in [trace](trace-policy.md) policies are logged. <br/><br/>* Error - failed requests, and custom traces of severity `error`<br/>* Information - failed and successful requests, and custom traces of severity `error` and `information`<br/> * Verbose - failed and successful requests, and custom traces of severity `error`, `information`, and `verbose`<br/><br/>Default: Information |
34-
| Correlation protocol | | Specifies the protocol used to correlate telemetry sent by multiple components to Application Insights. Default: Legacy <br/><br/>For information, see [Telemetry correlation in Application Insights](../azure-monitor/app/correlation.md). |
34+
| Correlation protocol | | Specifies the protocol used to correlate telemetry sent by multiple components to Application Insights. Default: Legacy <br/><br/>For information, see [Telemetry correlation in Application Insights](../azure-monitor/app/distributed-tracing-telemetry-correlation.md). |
3535
| Headers to log | list | Specifies the headers that are logged for requests and responses. Default: no headers are logged. |
3636
| Number of payload bytes to log | integer | Specifies the number of initial bytes of the body that are logged for requests and responses. Default: 0 |
3737
| Frontend Request | | Specifies whether and how *frontend requests* (requests incoming to the API Management gateway) are logged.<br/><br/> If this setting is enabled, specify **Headers to log**, **Number of payload bytes to log**, or both. |

0 commit comments

Comments
 (0)