From: <rv...@us...> - 2011-06-08 13:59:24
|
Revision: 901 http://treebase.svn.sourceforge.net/treebase/?rev=901&view=rev Author: rvos Date: 2011-06-08 13:59:18 +0000 (Wed, 08 Jun 2011) Log Message: ----------- I don't need to see all the HQL clogging my console, let's just turn that log level up to warn, performance gets a bit better that way as well. Modified Paths: -------------- trunk/treebase-core/src/main/resources/log4j.xml Modified: trunk/treebase-core/src/main/resources/log4j.xml =================================================================== --- trunk/treebase-core/src/main/resources/log4j.xml 2011-06-06 14:18:19 UTC (rev 900) +++ trunk/treebase-core/src/main/resources/log4j.xml 2011-06-08 13:59:18 UTC (rev 901) @@ -50,7 +50,7 @@ <!-- show SQL statement --> <logger name="org.hibernate.SQL"> - <level value="debug"/> + <level value="warn"/> </logger> <!-- show jdbc --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |