Enhanced client request debug logs #369
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-s3-gw#369
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is your feature request related to a problem? Please describe.
There is a case when S3 Gateway is deployed to test compatibility with other S3-compatible software. When compatibility issue happens, it is often not quite clear: is it client setting issue or S3 Gateway issue. To answer this question t
Describe the solution you'd like
Add extremely detailed debug info on every request gateway accepts. Include:
Enable these extra logs in config (consider hiding this setting in a build tag?).
Describe alternatives you've considered
The best solution is to set up MitM proxy between S3 Gateway and the client and look through requests sent by the client. Unfortunately, it is often impossible to do on remote site where S3 Gateway is deployed.
nzinkevich referenced this issue2024-08-21 09:49:12 +00:00
Done in #477
Enhanced cleint request debug logsto Enhanced client request debug logs