[hornetq-commits] JBoss hornetq SVN: r8590 - trunk/docs/user-manual/en.

do-not-reply at jboss.org do-not-reply at jboss.org
Sun Dec 6 08:32:36 EST 2009


Author: ataylor
Date: 2009-12-06 08:32:35 -0500 (Sun, 06 Dec 2009)
New Revision: 8590

Modified:
   trunk/docs/user-manual/en/logging.xml
Log:
doc fix

Modified: trunk/docs/user-manual/en/logging.xml
===================================================================
--- trunk/docs/user-manual/en/logging.xml	2009-12-06 12:54:46 UTC (rev 8589)
+++ trunk/docs/user-manual/en/logging.xml	2009-12-06 13:32:35 UTC (rev 8590)
@@ -21,7 +21,7 @@
     <para>HornetQ has its own Logging Delegate that has no dependencies on any particular logging
         framework. The default Delegate delegates all its logs to the standard <ulink
             url="http://java.sun.com/j2se/1.4.2/docs/guide/util/logging/">JDK logging</ulink>,
-        (a.k.a Java-Util-Logging: JUL).  By default the server picks up its JUL configuration from a
+        (a.k.a Java-Util-Logging: JUL). By default the server picks up its JUL configuration from a
             <literal>logging.properties</literal> file found in the config directories. This is
         configured to use our own HornetQ logging formatter and will log to the console as well as a
         log file. For more information on configuring JUL visit Suns website.</para>
@@ -42,8 +42,8 @@
                     default that uses
                     JUL.</para></listitem><listitem><para>org.hornetq.integration.logging.Log4jLogDelegateFactory
                     - which uses Log4J</para></listitem></orderedlist></para>
-    <para>If you want configure your client's logging, make sure you provide a <literal
-            >logging.properties</literal> file and set the <literal
+    <para>If you configure your client's logging to use the JUL delegate, make sure you provide a
+            <literal>logging.properties</literal> file and set the <literal
             >java.util.logging.config.file</literal> property on client startup</para>
     <section>
         <title>Logging With The JBoss Application Server</title>



More information about the hornetq-commits mailing list