Skip to content

Commit

Permalink
fix: align proxy mode log level with decision mode log level for acce…
Browse files Browse the repository at this point in the history
…ss request granted log (#1029)
  • Loading branch information
sagarjois authored Nov 4, 2022
1 parent 0262948 commit b9365a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func (d *Proxy) RoundTrip(r *http.Request) (*http.Response, error) {
d.r.Logger().
WithField("granted", true).
WithFields(fields).
Warn("Access request granted")
Info("Access request granted")
}

return res, err
Expand Down

0 comments on commit b9365a6

Please sign in to comment.