Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Java Spring Boot Logging Jetty's mTLS failure events?

I am running a java spring boot Jetty web server and I would like to have custom events from this service call a method (which I will somehow define at boot up time?). 

What I am specifically interested in is Exceptions (internal) that may occur that I could log.. 

Specifically, I would like mTLS failed connections due to invalid keys etc to be logged

Can this be created easily? 

Note: I would much prefer a custom logger, rather than stock standard Jetty logs.

Back to the top