ayush11-96 opened a new issue, #3206: URL: https://github.com/apache/logging-log4j2/issues/3206
Currently we are using log4j2 version 2.17.0 with spring boot but while updating log4j2 to 2.17.2 we are getting below error and which is because of the appender of root is initialise to null `Caused by: java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because the return value of "org.apache.logging.log4j.core.config.LoggerConfig.getAppenderRefs()" is null` We are passing below properties: `rootLogger.appenderRef.console.ref=console rootLogger.appenderRefs=console rootLogger=INFO` Please help us to understand if we require some changes along with version upgrade? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@logging.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org