Add changelog entry for audit logging header extraction improvement

This commit is contained in:
Matt Keeler 2021-09-22 09:29:05 -04:00 committed by Matt Keeler
parent 7c1ef8f515
commit 4078ca63eb
1 changed files with 3 additions and 0 deletions

3
.changelog/11107.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:improvement
audit-logging: **(Enterprise Only)** Audit logs will now include select HTTP headers in each logs payload. Those headers are: `Forwarded`, `Via`, `X-Forwarded-For`, `X-Forwarded-Host` and `X-Forwarded-Proto`.
```