You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Paul Mackles <pm...@adobe.com> on 2013/08/19 19:13:30 UTC

slf4j bindings

Hi – Has anyone figured out a clean way to ignore/exclude the "simple" slf4j bindings that get included in the kafka-assembly jar for 0.8? I would like all of the libaries in my app to log through log4j but for those libraries using slf4j, the "simple" bindings in the kafka-assembly jar are getting in the way. Ironically, kafka uses log4j directly so that's working fine ;)

Thanks,
Paul


Re: slf4j bindings

Posted by Jun Rao <ju...@gmail.com>.
In our binary release, you can just remove slf4j-simple-1.6.4.jar and
add a slf4j-log4j12
jar.

Thanks,

Jun


On Mon, Aug 19, 2013 at 10:13 AM, Paul Mackles <pm...@adobe.com> wrote:

> Hi – Has anyone figured out a clean way to ignore/exclude the "simple"
> slf4j bindings that get included in the kafka-assembly jar for 0.8? I would
> like all of the libaries in my app to log through log4j but for those
> libraries using slf4j, the "simple" bindings in the kafka-assembly jar are
> getting in the way. Ironically, kafka uses log4j directly so that's working
> fine ;)
>
> Thanks,
> Paul
>
>