[jboss-cvs] JBossAS SVN: r97820 - trunk/server/src/etc/deploy.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Dec 14 20:48:51 EST 2009


Author: david.lloyd at jboss.com
Date: 2009-12-14 20:48:51 -0500 (Mon, 14 Dec 2009)
New Revision: 97820

Modified:
   trunk/server/src/etc/deploy/jboss-logging.xml
Log:
Add optional config for putting the class name into the server log

Modified: trunk/server/src/etc/deploy/jboss-logging.xml
===================================================================
--- trunk/server/src/etc/deploy/jboss-logging.xml	2009-12-15 00:24:19 UTC (rev 97819)
+++ trunk/server/src/etc/deploy/jboss-logging.xml	2009-12-15 01:48:51 UTC (rev 97820)
@@ -26,6 +26,10 @@
       </error-manager>
 
       <formatter>
+         <!-- Uncomment this to get the class name in the log as well as the category
+         <pattern-formatter pattern="%d %-5p [%c] %C{1} (%t) %m%n"/>
+         -->
+         <!-- Uncomment this to log without the class name in the log -->
          <pattern-formatter pattern="%d %-5p [%c] (%t) %m%n"/>
       </formatter>
    </periodic-rotating-file-handler>




More information about the jboss-cvs-commits mailing list