grgrzybek commented on issue #2121:
URL: https://github.com/apache/karaf/issues/2121#issuecomment-3467124175

   It's caused by:
   * 
https://github.com/apache/logging-log4j2/commit/c299479b03aa0eeb2baca64e39b017d649b0e09b
   * apache/logging-log4j2#3703
   
   new 
`org.apache.logging.log4j.core.config.properties.PropertiesConfigurationBuilder#processRemainingProperties()`
 is created to process all remaining properties to search for other components.
   
   Each property with `.` (dot) is treated as candidate for a component 
configuration, but `out.pattern` is not supposed to be a Log4j2 componnent.
   
   So the fix should be to change `log4j2.out.pattern` to `log4j2.outPattern`.


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