summaryrefslogtreecommitdiff
path: root/qpid/doc/book/src/Programming-In-Apache-Qpid.xml
diff options
context:
space:
mode:
authorJonathan Robie <jonathan@apache.org>2010-06-28 21:49:24 +0000
committerJonathan Robie <jonathan@apache.org>2010-06-28 21:49:24 +0000
commitec93141a612ca087da51318870b734f68616ceb3 (patch)
tree9523a83339075523aa89307a9cab9716050bc0d4 /qpid/doc/book/src/Programming-In-Apache-Qpid.xml
parentc0d3fbc4f6023e8a014a6d663d936e74cc4a87ab (diff)
downloadqpid-python-ec93141a612ca087da51318870b734f68616ceb3.tar.gz
phrase level markup change.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@958755 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/doc/book/src/Programming-In-Apache-Qpid.xml')
-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 705ce06c12..77e43a676b 100644
--- a/qpid/doc/book/src/Programming-In-Apache-Qpid.xml
+++ b/qpid/doc/book/src/Programming-In-Apache-Qpid.xml
@@ -3049,7 +3049,7 @@ producer.send(m);
<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>
- <para>The following example shows the logging properties used to configure client logging for slf4j using the log4j binding. These properties can be placed in a log4j.properties file and placed in the <varname>CLASSPATH</varname>, or they can be set explicitly using the -Dlog4j.configuration property.</para>
+ <para>The following example shows the logging properties used to configure client logging for slf4j using the log4j binding. These properties can be placed in a log4j.properties file and placed in the <varname>CLASSPATH</varname>, or they can be set explicitly using the <literal>-Dlog4j.configuration</literal> property.</para>
<example>
<title>log4j Logging Properties</title>