Embedded broker assumes Logback is SL4J binding

I am very new to QPid, so bear with me. Running the built-in browser for some integration tests, I ran into this line in org.apache.qpid.server.Broker.startup(BrokerOptions)

:

ch.qos.logback.classic.Logger logger =
                (ch.qos.logback.classic.Logger) LoggerFactory.getLogger(Logger.ROOT_LOGGER_NAME);

      

It throws ClassCastException

as it assumes I am using Logback, which I do not know and cannot.

Can anyone advise how I can get around this?

+3


source to share





All Articles