r7295 - dumbhippo/trunk/super/jboss/files/conf
- From: commits mugshot org
- To: online-desktop-list gnome org
- Subject: r7295 - dumbhippo/trunk/super/jboss/files/conf
- Date: Thu, 7 Feb 2008 12:14:54 -0600 (CST)
Author: walters
Date: 2008-02-07 12:14:53 -0600 (Thu, 07 Feb 2008)
New Revision: 7295
Modified:
dumbhippo/trunk/super/jboss/files/conf/log4j.xml
Log:
Don't log entitymanager session close, too verbose.
Modified: dumbhippo/trunk/super/jboss/files/conf/log4j.xml
===================================================================
--- dumbhippo/trunk/super/jboss/files/conf/log4j.xml 2008-02-07 17:00:26 UTC (rev 7294)
+++ dumbhippo/trunk/super/jboss/files/conf/log4j.xml 2008-02-07 18:14:53 UTC (rev 7295)
@@ -165,6 +165,12 @@
<category name="org.jgroups">
<priority value="WARN"/>
</category>
+
+ <!-- This one prints a line for every transaction, which is a bit annoying with
+ the polling of the database some of our systems do. -->
+ <category name="org.jboss.ejb3.entity">
+ <priority value="INFO"/>
+ </category>
<!-- Limit jboss axis to INFO as its DEBUG is even more verbose -->
<!-- (does nothing right now as root logger defaults to INFO) -->
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]