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 <b...@confluent.io> wrote: > Check you’re setting the Kafka log4j properties. > > -Dlog4j.configuration=file:config/log4j.properties > > B > > On 12 Feb 2016, at 07:33, Joe San <codeintheo...@gmail.com> wrote: > > > > 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? > >