Hi, I'm trying to use qpid-broker as an embedded broker for tests. Our project uses `log4j2` for logging and `log4j-slf4j-impl` for `slf4j` compatibility, which clashes with the provided logback-classic. I've tried to use `qpid-broker-core` and not use the `qpid-broker-plugins-logging-logback` plugin in a effort to drop the `logback-classic` dependency. Unfortunately, doing that results in a exception: `org.apache.qpid.server.model.NoFactoryForCategoryException: Unknown category: BrokerLogger`.
My question is: even if I don't defined any logger in the config, do I still need `BrokerLogger` implementations? A `qpid-broker-plugins-logging-log4j2` of sorts? Ideally, I'd like to consume the logs directly via the `slf4j` interface or drop the logs altogether if the solution is easier. Thanks, Bruno -- Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
