diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2010-06-09 16:04:34 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2010-06-09 16:04:34 +0000 |
| commit | 794e053de9489c2fc9ad4af451186286cc714df0 (patch) | |
| tree | 32083602607c4d31ccef7b5f510f86f93c55ca59 | |
| parent | da5d14eb7aee6541779fcff82abbd9c53a003d80 (diff) | |
| download | qpid-python-794e053de9489c2fc9ad4af451186286cc714df0.tar.gz | |
Added a recommended log level to the java loggin section.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@953064 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/doc/book/src/Programming-In-Apache-Qpid.xml | 2 |
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 2c8db34866..5883bd8ea9 100644 --- a/qpid/doc/book/src/Programming-In-Apache-Qpid.xml +++ b/qpid/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> |
