summaryrefslogtreecommitdiff
path: root/qpid
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
commit0dafb2bebd7692af36826999aced15aed75c5f3e (patch)
treec54d2385f05c32572b26f310a62c63ea929fd664 /qpid
parentf834d9f1c9b300b18314cebbc9c6fa6c33e98694 (diff)
downloadqpid-python-0dafb2bebd7692af36826999aced15aed75c5f3e.tar.gz
Correct sentence of java logging.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@961670 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid')
-rw-r--r--qpid/doc/book/src/Programming-In-Apache-Qpid.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/doc/book/src/Programming-In-Apache-Qpid.xml b/qpid/doc/book/src/Programming-In-Apache-Qpid.xml
index 13f91f0919..9a51d15251 100644
--- a/qpid/doc/book/src/Programming-In-Apache-Qpid.xml
+++ b/qpid/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>