summaryrefslogtreecommitdiff
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
commit6b0cdd17fe4c21f9f0c9638c795432ead3db644e (patch)
treeaea803ab332d02c429b76aa43d00d35b086f488b
parent564b99196fbd1feca168c30ef161828b99a18826 (diff)
downloadqpid-python-6b0cdd17fe4c21f9f0c9638c795432ead3db644e.tar.gz
phrase level markup change.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@958755 13f79535-47bb-0310-9956-ffa450edef68
-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 705ce06c12..77e43a676b 100644
--- a/doc/book/src/Programming-In-Apache-Qpid.xml
+++ b/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>