[#191] Refactor error handling and logging #221
No reviewers
TrueCloudLab/storage-services-developers
TrueCloudLab/storage-services-committers
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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-http-gw#221
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "dkirillov/frostfs-http-gw:bugfix/191-correct-status-codes"
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?
close #191
982ae32bc4
to1796dfb6c1
1796dfb6c1
tod4eb7fe86e
d4eb7fe86e
to224bc10667
WIP: [#191] Refactor error handling and loggingto [#191] Refactor error handling and logging@ -735,3 +735,3 @@
r.RedirectTrailingSlash = true
r.NotFound = func(r *fasthttp.RequestCtx) {
handler.ResponseError(r, "Not found", fasthttp.StatusNotFound)
handler.ResponseError(r, "Router Not found", fasthttp.StatusNotFound)
Router
->Route
224bc10667
to75328dd934
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.