Hi, 

I use Log4j in my application, I log things in to many files. And it works 
perfectly in My Mac.
But when I deploy my application to Tomcat server on an Ubuntu machine, all 
messages are logged to my rootLogger(catalina.out)

I think this is because SLF4J use java.util.logging, not log4j. How to correct 
this.
(I use Logger.getLogger(xxx.class) somewhere in my code, this works, use log4j. 
Logger created with @Inject not work.)

Thanks.

--
Bo Gao
eli...@gmail.com






Reply via email to