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
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
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
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?