HannesWell commented on issue #1741:
URL: 
https://github.com/apache/logging-log4j2/issues/1741#issuecomment-1749717734

   @MLausberg I assume that this is a configuration error of your Eclipse 
product.
   Can you share your product configuration? The most important things is 
probably to auto-start the `org.apache.aries.spifly.dynamic.bundle` at level 2. 
That is the implementation of the OSGi Service Loader Mediator Specification 
currently used in Eclipse. It ensures that the Java `ServiceLoader` finds the 
provided services of other bundles even if the consuming bundle does not depend 
on the providing bundle (which usually means that the consumer could not 
know/access the provider).
   One example is
   
https://github.com/eclipse-packaging/packages/blob/01bc0c0b9d5c79efeb76bed2193a41bdf383c576/packages/org.eclipse.epp.package.java.product/epp.product#L63
   
   But then it is still surprising that logging works at the first time you 
start your application.


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