Hi,
If you're happy with LogWeb that's fine by me, I guess it's all a
matter of taste. I meant mature in the sense "easy to integrate in
your project".
I was disappointed by logweb for the 3 following reasons:
- I never could make it work. I tried the non-Maven non-Struts distro
and had to stru
Double-check that your logger is named correctly and that the SQL is logged.
On 3/13/07, ekler007 <[EMAIL PROTECTED]> wrote:
Hi...
I'm with a problem. I'm trying to caputure SQL query generated by Hibernate
from console. I tried to get SQL query using log4j on log4j.properties
setting this pro
Hi...
I'm with a problem. I'm trying to caputure SQL query generated by Hibernate
from console. I tried to get SQL query using log4j on log4j.properties
setting this properties:
log4j.logger.org.hibernate.SQL=DEBUG, SQL_APPENDER
log4j.additivity.org.hibernate.SQL=false
But i don“t have success.
Hi Rashmi,
you need to register an appender for every logger defined
in your log4jproperties file. Logger present are:
# root logger (always present)
rootLogger
# Logger on top of hierarchy of loggers for hibernate package
org.hibernate
### loggger for HQL query parser activity
org.hibernate.