qos-ch / logback

The reliable, generic, fast and flexible logging framework for Java.

Home Page:http://logback.qos.ch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle if dynamical selector throws an Exception

rsandidfc opened this issue · comments

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