Create-bucket operation doesn't logging #162
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 milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-s3-gw#162
Loading…
Add table
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?
Expected Behavior
S3-gw should logging all operations in
logging:debug
.Current Behavior
S3-gw doesn't logging
create-bucket
operations with any results.Steps to Reproduce (for bugs)
1.Trun on debug logs:
2.Try to create bucket and check that bucket exist. Logs doesn't contains any logs about it.
4.Try to create bucket with the same name. We expect error in logs, but nothing.
5.Try to put object
6.Log contains masseages about it
Regression
yes
Version
Your Environment
Virtual
4 nodes
@anikeev-yadro Isn't it the same nginx issue like in #161?
Yes, it is.
Yes, suggest to close this too.