qos-ch / logback

The reliable, generic, fast and flexible logging framework for Java.
http://logback.qos.ch
Other
2.98k stars 1.28k forks source link

Handle if dynamical selector throws an Exception #772

Open rsandidfc opened 7 months ago

rsandidfc commented 7 months ago

Pull request #634 simply adds a try-catch block around the selector initialization so that if a custom selector throws an exception, logback will continue with the default selector instead of throwing an exception back to the container and failing