Skip to content

Commit ce419fb

Browse files
Merge pull request #281160 from JackStromberg/patch-180
Log scrubbing
2 parents bb961c2 + eb695aa commit ce419fb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/application-gateway/for-containers/diagnostics.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: greglin
66
ms.service: application-gateway
77
ms.subservice: appgw-for-containers
88
ms.topic: article
9-
ms.date: 02/27/2024
9+
ms.date: 07/17/2024
1010
ms.author: greglin
1111
---
1212

@@ -103,6 +103,9 @@ Each access log entry in Application Gateway for Containers contains the followi
103103
| trackingId | Generated guid by Application Gateway for Containers to help with tracking and debugging. This value correlates to the x-request-id header returned to the client from Application Gateway for Containers. |
104104
| userAgent | User-Agent header of the request received from the client by Application Gateway for Containers |
105105

106+
>[!Note]
107+
>Query string parameter values such as "secret", "password", "pwd", "passwd", "key", "token", "pat", "accesskey", "accesstoken", "credential", "sas", "personalAccessToken", and "personal.access.token" logged in the requestUri field will be replaced with a value of _**<redacted\>**_ to prevent sensitive information from being logged. This is non-configurable.
108+
106109
Here an example of the access log emitted in JSON format to a storage account.
107110

108111
```JSON

0 commit comments

Comments
 (0)