Hi,
We are using qpid-broker-j version 9.1.0 as a dependency in our project.
It seems that just adding qpid-broker as a dependency:
<dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-broker</artifactId>
<version>9.1.0</version>
</dependency>
Disables all logback logging in our application.
I've debugged logback and found out that this behavior might be caused by a
change:
https://github.com/apache/qpid-broker-j/blame/9.1.0/broker-plugins/logging-logback/src/main/java/org/apache/qpid/server/logging/logback/NoopConfigurator.java#L33
Is this an intended behavior?
If not, and it's only a matter of changing the return value to eg. NEUTRAL,
then I can prepare a GH PR with the fix.
If this behavior is intended, or more changes are required, please let me
know.
Thank you.
Best regards
Adrian Pasternak