Re: Kafka 0.8.2.0 Log4j

2016-02-12 Thread Joe San
I have a logback.xml that I use when I do sbt run: sbt -Dlogback.configurationFile=app-logger.xml run On Fri, Feb 12, 2016 at 12:19 PM, Ben Stopford wrote: > Check you’re setting the Kafka log4j properties. > > -Dlog4j.configuration=file:config/log4j.properties > > B > > On 12 Feb 2016, at 07:3

Re: Kafka 0.8.2.0 Log4j

2016-02-12 Thread Joe San
But still could not get rid of this annoying warning! On Fri, Feb 12, 2016 at 12:58 PM, Joe San wrote: > I have a logback.xml that I use when I do sbt run: > > sbt -Dlogback.configurationFile=app-logger.xml run > > On Fri, Feb 12, 2016 at 12:19 PM, Ben Stopford wrote: > >> Check you’re setting

Re: Kafka 0.8.2.0 Log4j

2016-02-12 Thread Ben Stopford
Check you’re setting the Kafka log4j properties. -Dlog4j.configuration=file:config/log4j.properties B > On 12 Feb 2016, at 07:33, Joe San wrote: > > How could I get rid of this warning? > > log4j:WARN No appenders could be found for logger > (kafka.utils.VerifiableProperties). > log4j:WARN

Kafka 0.8.2.0 Log4j

2016-02-11 Thread Joe San
How could I get rid of this warning? log4j:WARN No appenders could be found for logger (kafka.utils.VerifiableProperties). log4j:WARN Please initialize the log4j system properly. Any ideas how to get rid of this warning?