ppkarwasz commented on PR #742: URL: https://github.com/apache/logging-log4j2/pull/742#issuecomment-1282613883
Hi @adwsingh, Old pre-2.10 properties such as `log4j.configurationFile` are overridden by any property in normalized form (e.g. the `log4j2.configurationFile` Java system property or the `LOG4J_CONFIGURATION_FILE` environment variable). Changing from `log4j.configurationFile` to `log4j2.configurationFile` should work for you. If you believe this to be a bug, please submit an issue on [JIRA](https://issues.apache.org/jira). -- 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]
