Skip to content

Commit

Permalink
Update engine/access/rest/websockets/handler.go
Browse files Browse the repository at this point in the history
  • Loading branch information
peterargue authored Nov 21, 2024
1 parent c548363 commit c38f6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/access/rest/websockets/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
err := h.HttpHandler.VerifyRequest(w, r)
if err != nil {
// VerifyRequest sets the response error before returning
logger.Warn().Err(err).Msg("error validating websocket request")
logger.Debug().Err(err).Msg("error validating websocket request")
return
}

Expand Down

0 comments on commit c38f6ce

Please sign in to comment.