Please indicate in http://logback.qos.ch/manual/filters.html what is expected to happen if a custom ch.qos.logback.core.filter.Filter throws an exception. By the looks of it, the exception is suppressed silently and the filter is treated as returning FilterReply.NEUTRAL, but this is a guess.
|