djbrown opened a new pull request, #1470: URL: https://github.com/apache/logging-log4j2/pull/1470
The file is called ´log4j2.component.properties´ not ´log4j2.LogManager.properties´. Tested it locally, it only wroks with the correct file name. Maybe also a reference to [System Properties](https://logging.apache.org/log4j/2.x/manual/configuration.html#SystemProperties) could further improve the whole chapter. ## Source Code References LogManager-Property: https://github.com/apache/logging-log4j2/blob/98c3ceb655d485b0adb48e05d84c8269716f59e8/log4j-api/src/main/java/org/apache/logging/log4j/LogManager.java#L54 Loaded in: https://github.com/apache/logging-log4j2/blob/98c3ceb655d485b0adb48e05d84c8269716f59e8/log4j-api/src/main/java/org/apache/logging/log4j/LogManager.java#L74-L75 Via PropertiesUtil: https://github.com/apache/logging-log4j2/blob/98c3ceb655d485b0adb48e05d84c8269716f59e8/log4j-api/src/main/java/org/apache/logging/log4j/util/PropertiesUtil.java#L53 -- 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]
