[jboss-cvs] JBossAS SVN: r93966 - projects/jboss-jca/trunk/doc/userguide/en/modules.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 23 16:43:57 EDT 2009


Author: jesper.pedersen
Date: 2009-09-23 16:43:57 -0400 (Wed, 23 Sep 2009)
New Revision: 93966

Modified:
   projects/jboss-jca/trunk/doc/userguide/en/modules/configuration.xml
Log:
Update logging reference to JBoss Logging

Modified: projects/jboss-jca/trunk/doc/userguide/en/modules/configuration.xml
===================================================================
--- projects/jboss-jca/trunk/doc/userguide/en/modules/configuration.xml	2009-09-23 20:27:35 UTC (rev 93965)
+++ projects/jboss-jca/trunk/doc/userguide/en/modules/configuration.xml	2009-09-23 20:43:57 UTC (rev 93966)
@@ -7,17 +7,18 @@
    <section id="logging">
       <title>Logging service</title>
 
-      <para>The JBoss JCA container uses JBoss Logging and the Apache Log4J framework as the implementation.</para>
+      <para>The JBoss JCA container uses JBoss Logging framework as the implementation.</para>
 
       <para>The configuration is done in the</para>
 
       <programlisting>
-config/log4j.xml
+config/logging.properties
       </programlisting>
 
       <para>file.</para>
 
-      <para>Consult the Apache Log4J documentation on how the service can be configured.</para>
+      <para>Consult the <ulink url="http://www.jboss.org/community/wiki/JBossBootLogging">
+          JBoss Logging documentation</ulink> on how the service can be configured.</para>
 
    </section>
 




More information about the jboss-cvs-commits mailing list