summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2010-07-08 09:31:23 +0000
committerGordon Sim <gsim@apache.org>2010-07-08 09:31:23 +0000
commit427ee5926b2fac4bc93de368ad3f64c3c52d98ed (patch)
treeebd9893d3e03018f1c22edc98bc02bd56b386663
parentdd3bc230e2fd04a5d3356322487164b08dcb7125 (diff)
downloadqpid-python-427ee5926b2fac4bc93de368ad3f64c3c52d98ed.tar.gz
Correct sentence of java logging.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961670 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--doc/book/src/Programming-In-Apache-Qpid.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/src/Programming-In-Apache-Qpid.xml b/doc/book/src/Programming-In-Apache-Qpid.xml
index 13f91f0919..9a51d15251 100644
--- a/doc/book/src/Programming-In-Apache-Qpid.xml
+++ b/doc/book/src/Programming-In-Apache-Qpid.xml
@@ -3050,7 +3050,7 @@ producer.send(m);
<section id="section-JMS-Logging">
<title>JMS Client Logging</title>
- <para>The JMS Client logging is handled using the Simple Logging Facade for Java (<ulink url="http://www.slf4j.org/">SLF4J</ulink>). As the name implies, slf4j is a facade that delegates to other logging systems like log4j or JDK 1.4 logging. For more information on how to configure log4j for specific logging systems, please consult the log4j documentation.</para>
+ <para>The JMS Client logging is handled using the Simple Logging Facade for Java (<ulink url="http://www.slf4j.org/">SLF4J</ulink>). As the name implies, slf4j is a facade that delegates to other logging systems like log4j or JDK 1.4 logging. For more information on how to configure slf4j for specific logging systems, please consult the slf4j documentation.</para>
<para>When using the log4j binding, please set the log level for org.apache.qpid explicitly. Otherwise log4j will default to DEBUG which will degrade performance considerably due to excessive logging. The recommended logging level for production is <literal>WARN</literal>.</para>