Hi 

My application already uses Log4j for logging, simply adding
ignite-log4j.jar enables Ignite logging. I also added a new logger
configuration for package "org.apche.ignite" in my application logging
configuration, so that Ignite can log into a separate rolling file. 
Ignite logging working fine. However rootLogger log level is changed to INFO
by Ignite initialization, which is problematic for my application logging.  

Ignite configuration file does not have configuration for GridLogger, so at
initialization it tries to add a new consoleAppender with INFO level by
instantiating Log4JLogger(), here it also updates rootLogger to INFO.

Question - 
1. Why does Ignite need to update rootLogger log level? 
2. Is this not the good way to configure logging for ignite using
ignite-log4j.jar?

Thanks
-Sam



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Logging-ignite-log4j-jar-tp11400.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to