Unfortunately, I cannot get any Hibernate logs on my tomcat logging file
unless I explicitly set the attribute

                        <property name="show_sql">true</property>

on my hibernate.cfg.xml file. (and I can't get my queryparameters, on which
I am interested in).


This is really a Hibernate question. If you actually dig into the Hibernate source code you will find that it will not log anything unless that Hibernate property is set. This is not something log4j has control over.

cheers,

Paul Smith


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to