divyapratihast opened a new issue, #4056: URL: https://github.com/apache/logging-log4j2/issues/4056
As clearly indicated in [the Log4j support page](https://logging.apache.org/log4j/2.x/support.html#issues), **please use either GitHub Discussions or mailing lists for questions!** Issues asking questions will be removed, and asked to post questions to GitHub Discussions or mailing lists instead. I am trying to externalize log level for Console and trying to read out from env variable. property used in the log4j2.properties file rootLogger.level = ${env:LOG_LEVEL: -INFO} It is taking value as whole string literal, seems lookup is not working. Please let me know if i am doing the right thing. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
