summaryrefslogtreecommitdiff
path: root/doc/book/src/Programming-In-Apache-Qpid.xml
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2010-06-09 16:04:34 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2010-06-09 16:04:34 +0000
commit26b8da717c75a1755752bee5253f55e7cf15914e (patch)
treef522d03f65bad71e8119b441838146baf3127ab3 /doc/book/src/Programming-In-Apache-Qpid.xml
parent5ad812f22e94b45ef3748d915221b24a5c0d1b1f (diff)
downloadqpid-python-26b8da717c75a1755752bee5253f55e7cf15914e.tar.gz
Added a recommended log level to the java loggin section.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@953064 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.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 2c8db34866..5883bd8ea9 100644
--- a/doc/book/src/Programming-In-Apache-Qpid.xml
+++ b/doc/book/src/Programming-In-Apache-Qpid.xml
@@ -2951,7 +2951,7 @@ producer.send(m);
<para>For more information on how to configure log4j, please consult the log4j documentation.</para>
- <para>If using the log4j binding please ensure to set the log level explicitly. Otherwise log4j will default to DEBUG level which will degrade performance.</para>
+ <para>If using the log4j binding please ensure to set the log level for org.apache.qpid explicitly. Otherwise log4j will default to DEBUG which will degrade performance considerably due to excessive logging. Recommended logging level for production is WARN.</para>
<example>
<para>You could place the snippet below in a log4j.properties file and place it in the classpath or explicitly specify it using the -Dlog4j.configuration property. The following configures the qpid client to log at the WARN level</para>