Hello camel-test-blueprint depends directly only on commons-logging. If you want to use logback as logging implementation please add org.slf4j:slf4j-jcl library and exclude commons-logging. This plus ch.qos.logback:logback-classic should give you logback implementation.
regards Grzegorz Grzybek 2015-10-18 11:52 GMT+02:00 souciance <[email protected]>: > Hello, > > I just wanted to confirm whether there are parts of camel-blueprint which > forces you to use log4j even though you switch to logback and have added the > logback dependencies. Everything I remove the log4j dependencies and run the > project it forces a download of the slf4j-log4j12 and then complains of > multiple bindings. > > I did the same with a camel java project and it worked fine to switch to > logback. > > Hence, wanted to confirm whether blueprint does force you to use log4j or > not. Thanks. > > Best > Souciance > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/camel-blueprint-force-usage-of-log4j-tp5772826.html > Sent from the Camel - Users mailing list archive at Nabble.com.
