We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a7972d commit d075a70Copy full SHA for d075a70
src/changelog/.2.x.x/3206_fix_rootLogger_shorthand_npe.xml
@@ -0,0 +1,10 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
+ xmlns="https://logging.apache.org/xml/ns"
4
+ xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
5
+ type="fixed">
6
+ <issue id="3206" link="https://github.com/apache/logging-log4j2/issues/3206"/>
7
+ <description format="asciidoc">
8
+ Fix NullPointerException when using `rootLogger = LEVEL` shorthand in properties without appender.
9
+ </description>
10
+</entry>
0 commit comments