ppkarwasz commented on issue #2655: URL: https://github.com/apache/logging-log4j2/issues/2655#issuecomment-2165330248
This seems related to the order of activation of the OSGi bundles: the `LogManager` class initialization will block until the `log4j-core` bundle is started. Log4j does not have an OSGi-friendly mechanism to switch logging backends. You should make sure the `log4j-core` starts **before** your Eclipse plugin, but I don't have too much familiarity with OSGi frameworks. @HannesWell, any idea? -- 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]
