ppkarwasz commented on issue #2352:
URL: 
https://github.com/apache/logging-log4j2/issues/2352#issuecomment-1979604226

   @tglaeser,
   
   In `3.0.0-beta2` we moved the YAML configuration factory to a separate 
artifact:
   ```xml
   <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-config-yaml</artifactId>
       <version>3.0.0-beta2</version>
   </dependency>
   ```
   
   The XML configuration factory is a "catch-all" factory that reads files with 
any extension. @rgoers: shouldn't we remove this "catch-all" behavior in 
`3.0.0`? It seems to cause more problems than it solves.


-- 
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]

Reply via email to