![]() |
![]() |
|
![]() |
Ceki Gulcu | f27b6dc Changeset → |
prevent access to LoggingEvent's CACHED_NULL_MAP This prevents developers from attempting to modify event's mdc map. For example by invoking event.getMDCPropertyMap().put("k", "v"); This fixes LOGBACK-1063 by ricochet. |