logback
logback copied to clipboard
LOGBACK-1612 level change propagator inconsistent with jul to slf4j
Fix LOGBACK-1612: propagate minimum JUL level, not maximum
Call setLevel with the minimum JUL level for any SLF4J level, not the maximum, so that intermediate JUL levels will will not be filtered out.
Hello @ceki . Is there anything I can do to get this PR merged? You asked for an example in the issue LOGBACK-1612 which I attached there.