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

   @rbri,
   
   The logs you are looking for actually come from the Apache Commons Logging 
bridge (`log4j-jcl`). In version `2.21.0` we replaced a manually written 
[`ServiceLoader`](https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/ServiceLoader.html)
 file with an automatically generated one to cover both classpath and 
modulepath usages.
   
   The problem is that JCL does not actually use the `ServiceLoader` (it didn't 
exist when the mechanism was invented) and it requires a service file 
**without** comments. I reported this as 
[`LOGGING-186`](https://issues.apache.org/jira/browse/LOGGING-186).
   
   We need to return to a simplified service file.


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