You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question
I'm trying to skip logging /actuator/* endpoints from accesslog, but org.eclipse.jetty.server.CustomRequestLog#_ignorePathMap doesn't match with my request because it uses full URI path - request.getHttpURI().toString() instead of request.getHttpURI().getCanonicalPath()
Could you suggest how to skip the endpoints accesslog?
The text was updated successfully, but these errors were encountered:
Jetty Version
12.0.6
Jetty Environment
core
Java Version
1.17
Question
I'm trying to skip logging /actuator/* endpoints from accesslog, but org.eclipse.jetty.server.CustomRequestLog#_ignorePathMap doesn't match with my request because it uses full URI path - request.getHttpURI().toString() instead of request.getHttpURI().getCanonicalPath()
Could you suggest how to skip the endpoints accesslog?
The text was updated successfully, but these errors were encountered: