Skip to content

Commit

Permalink
Merge pull request #363 from porters-xyz/develop
Browse files Browse the repository at this point in the history
updated logging to investigate sporadic issue
  • Loading branch information
scermat authored Sep 23, 2024
2 parents 8e92273 + 2fffa1f commit 2929121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/plugins/productfilter.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func (p *ProductFilter) HandleRequest(req *http.Request) error {
}

if !allow {
log.Error("Unauthorized access attempt", "product", product)
log.Error("Unauthorized access attempt", "product", product, "app", app)
return proxy.NewHTTPError(http.StatusUnauthorized)
}

Expand Down

0 comments on commit 2929121

Please sign in to comment.