[jboss-cvs] JBossAS SVN: r81297 - trunk/server/src/etc/conf/default.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 19 10:59:05 EST 2008


Author: anil.saldhana at jboss.com
Date: 2008-11-19 10:59:05 -0500 (Wed, 19 Nov 2008)
New Revision: 81297

Modified:
   trunk/server/src/etc/conf/default/jboss-log4j.xml
Log:
disable security audit logging by default

Modified: trunk/server/src/etc/conf/default/jboss-log4j.xml
===================================================================
--- trunk/server/src/etc/conf/default/jboss-log4j.xml	2008-11-19 15:58:05 UTC (rev 81296)
+++ trunk/server/src/etc/conf/default/jboss-log4j.xml	2008-11-19 15:59:05 UTC (rev 81297)
@@ -223,11 +223,12 @@
    </category>
    -->
 
-   <!-- Category specifically for Security Audit Provider -->
+   <!-- Category specifically for Security Audit Provider 
    <category name="org.jboss.security.audit.providers.LogAuditProvider" additivity="false">
      <priority value="TRACE"/>
      <appender-ref ref="AUDIT"/>
    </category>
+   -->
    
    <!-- Limit the org.jboss.serial (jboss-serialization) to INFO as its DEBUG is verbose -->
    <category name="org.jboss.serial">




More information about the jboss-cvs-commits mailing list