ppkarwasz commented on issue #2352: URL: https://github.com/apache/logging-log4j2/issues/2352#issuecomment-1979673571
Log4j 3.x will follow the [Property Enhancement](https://cwiki.apache.org/confluence/display/LOGGING/Properties+Enhancement) proposal, that allows to have a per-context configuration even with Java system properties. Currently we are both refactoring the properties implementation (#2290) and improving the docs. At the moment the officially supported configuration property is: ``` log4j2.*.Configuration.file ``` but the old `log4j2.configurationFile` is also supported. However the details might vary while we approach `3.0.0`. Personally I am not a big fan of the `*` in a property name (might need escaping on the command line), the `2` in `log4j2` (the version is 3.x) and the `file` part (the property actually accepts either an URI, a file name or the name of a resource. My personal favorite for 3.x would be: ``` log4j.Configuration.location ``` -- 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]
