diff options
| author | Gordon Sim <gsim@apache.org> | 2010-07-08 09:31:23 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2010-07-08 09:31:23 +0000 |
| commit | f06d92b17b48260310d765647d7ca3c3350af40b (patch) | |
| tree | ebd9893d3e03018f1c22edc98bc02bd56b386663 /doc/book/src/Programming-In-Apache-Qpid.xml | |
| parent | e81483b4b266734e5140306f1278eb1a6c2ad1ab (diff) | |
| download | qpid-python-f06d92b17b48260310d765647d7ca3c3350af40b.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
Diffstat (limited to 'doc/book/src/Programming-In-Apache-Qpid.xml')
| -rw-r--r-- | doc/book/src/Programming-In-Apache-Qpid.xml | 2 |
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> |
