Re: Log4j not logging hibernate

2009-08-24 Thread aabra1
thanks for the reply I already figured it out. It was conflicting logging jar files. I had to pick and choose untill I had it right. I have springMVC with Hibernate (connection pooling). This is the jars that I have in my ...\WEB-INF\lib c3p0-0.9.1.2.jar antlr-2.7.6.jar asm-2.2.3.jar cglib-node

Re: Log4j not logging hibernate

2009-08-24 Thread Jacob Kjome
>From reading some of the SLF4J posts, it seems that Hibernate uses SLF4J. >Could it be that you have to install the correct binding to route hibernate logs to Log4j? Jake On 8/24/2009 2:31 AM, aabra1 wrote: > Did u ever figure it out? > My custom packages logging is controlled fine but I cann

RE: Log4J Performance

2009-08-24 Thread Gurdeep Singh
To keep things simple we do not want to introduce the database in the runtime system. The log data would be later imported into a database and analysed. -Gurdeep -Original Message- From: Curt Arnold [mailto:carn...@apache.org] Sent: Monday, August 24, 2009 7:42 AM To: Log4J Users List S

Re: Log4j not logging hibernate

2009-08-24 Thread aabra1
Did u ever figure it out? My custom packages logging is controlled fine but I cannot seem to control anything from org.hibernate. Same problem as yours. wild_oscar wrote: > > I will try it, although I do not believe that should be a problem - I have > my Log Servlet set to pick up the log4j.p