Skip to content
Commit 30d2f771 authored by Tony Trinh's avatar Tony Trinh
Browse files

Fix JUL logger level reset (LOGBACK-906)

A NullPointerException occurred when setting a JUL logger's level to
null, which should have reset the logger level to the parent's effective
level. The null level was incorrectly propagated to context listeners,
leading to the NPE.

This patch propagates the logger's parent effective level.
parent cf6d7bc6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment