Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove body logging from Haproxy #9873

Open
dianabarsan opened this issue Apr 2, 2025 · 0 comments
Open

Remove body logging from Haproxy #9873

dianabarsan opened this issue Apr 2, 2025 · 0 comments
Assignees
Labels
Type: Technical issue Improve something that users won't notice
Milestone

Comments

@dianabarsan
Copy link
Member

dianabarsan commented Apr 2, 2025

Describe the issue
Haproxy doesn't support logging full bodies. It is limited to 65k characters AND only logs the first chunk of a chunked body.
Logging the body partially provides no benefit for auditing, and just increases the size of stored and parsed logs.

Describe the improvement you'd like
Update haproxy config to not log request bodies anymore.

Describe alternatives you've considered
Switch to nginx (this might be done anyway in another ticket).

@dianabarsan dianabarsan added the Type: Technical issue Improve something that users won't notice label Apr 2, 2025
@dianabarsan dianabarsan added this to the 4.19.0 milestone Apr 2, 2025
@dianabarsan dianabarsan self-assigned this Apr 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Technical issue Improve something that users won't notice
Projects
Status: In Progress
Development

No branches or pull requests

1 participant