Logger throwing warning message | Selenium Forum
A
Anjana Posted on 10/04/2020

Hi, When i tried to run the Log4j program from Module 7 the following warning message displayed in console.

log4j:WARN No appenders could be found for logger (devpinoyLogger).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.

I tired adding  BasicConfigurator.configure() ,the message disappeard but the logger message are displayed in console not in the specified path.

 

 

 


A
Ashish Thakur Replied on 14/04/2020

you can ignore this

this is just a warning message


A
Anjana Replied on 20/04/2020

But the logger message are displayed in console not in the specified path, could you please help what could be the reason.


A
Ashish Thakur Replied on 21/04/2020

This means that you did config error

Anyways you can skip this. 

Soon we are going to remove log4j as extent reports are new trend and they dont need log4j


Related Posts