Issue Type: Bug Bug
Affects Versions: 1.0.13
Assignee: Logback dev list
Components: logback-classic
Created: 03/Oct/13 5:38 PM
Description:

I'm attempting to reset a logger back to it's default, inherited level by passing in null but it throws an exception in the jul.LevelChangePropagator:

    <!-- install a level change propagator - only needed for jul to logback -->
    <contextListener class="ch.qos.logback.classic.jul.LevelChangePropagator" />
java.lang.NullPointerException
	ch.qos.logback.classic.jul.JULHelper.asJULLevel(JULHelper.java:35)
	ch.qos.logback.classic.jul.LevelChangePropagator.propagate(LevelChangePropagator.java:66)
	ch.qos.logback.classic.jul.LevelChangePropagator.onLevelChange(LevelChangePropagator.java:57)
	ch.qos.logback.classic.LoggerContext.fireOnLevelChange(LoggerContext.java:306)
	ch.qos.logback.classic.Logger.setLevel(Logger.java:175)
Project: logback
Priority: Minor Minor
Reporter: Jason Klapste
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira