From: Mathieu Baudier Date: Wed, 23 Apr 2008 22:02:56 +0000 (+0000) Subject: Set hibernate logging to WARN X-Git-Tag: argeo-slc-2.1.7~3003 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=10b3eb63d9cb1a3a5f618cc75e2c5257a890f2b7;p=gpl%2Fargeo-slc.git Set hibernate logging to WARN git-svn-id: https://svn.argeo.org/slc/trunk@1037 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/org.argeo.slc.example/exampleSlcAppli/conf/log4j.properties b/org.argeo.slc.example/exampleSlcAppli/conf/log4j.properties index 08b13571d..783bc0699 100644 --- a/org.argeo.slc.example/exampleSlcAppli/conf/log4j.properties +++ b/org.argeo.slc.example/exampleSlcAppli/conf/log4j.properties @@ -7,7 +7,7 @@ log4j.logger.org.argeo.slc=INFO # Spring log4j.logger.org.springframework=INFO # Hibernate -log4j.logger.org.hibernate=DEBUG +log4j.logger.org.hibernate=WARN #log4j.logger.org.hibernate.SQL=TRACE #log4j.logger.org.hibernate.tool.hbm2ddl=TRACE #log4j.logger.org.hibernate.type=TRACE