Skip to content

Commit

Permalink
fixup! [CSAPI]: Log more details on invalid requests
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijskooijman committed Jan 25, 2024
1 parent 0be652d commit 82cc7dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ public Object createWebSocket(ServletUpgradeRequest req, ServletUpgradeResponse
protected void logRequest(HttpServletRequest req)
{
if (log.isInfoEnabled())
logRequestInfo(req, null);
logRequestInfo(req, null, null);
}


Expand Down

0 comments on commit 82cc7dd

Please sign in to comment.