Re: Dynamically changing log levels using Chainsaw

2007-03-13 Thread gaspode
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

Re: Log SQL Statements from Hibernate with log4j

2007-03-13 Thread James Stauffer
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

Log SQL Statements from Hibernate with log4j

2007-03-13 Thread ekler007
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.

Re: Newbie trying to change Standard Output log to File log

2007-03-13 Thread Daniele Gagliardi
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.