You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2010/04/01 17:47:40 UTC

svn commit: r930016 - /qpid/trunk/qpid/java/broker/etc/log4j.xml

Author: robbie
Date: Thu Apr  1 15:47:40 2010
New Revision: 930016

URL: http://svn.apache.org/viewvc?rev=930016&view=rev
Log:
QPID-2472: correction to count direction comment

Modified:
    qpid/trunk/qpid/java/broker/etc/log4j.xml

Modified: qpid/trunk/qpid/java/broker/etc/log4j.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/broker/etc/log4j.xml?rev=930016&r1=930015&r2=930016&view=diff
==============================================================================
--- qpid/trunk/qpid/java/broker/etc/log4j.xml (original)
+++ qpid/trunk/qpid/java/broker/etc/log4j.xml Thu Apr  1 15:47:40 2010
@@ -38,10 +38,10 @@
              DEFAULT IF NOT CONFIGURED: 3 -->
         <param name="RollingStyle" value="1"/>
         <!-- Set the count direction:
-             Positive numbers mean backups are numbered <latest>, .0, .1, .2,..., .n
+             Negative numbers mean backups are numbered <latest>, .0, .1, .2,..., .n
              0 means backup is DatePattern stamped and followed with a Positive number
                  if the DatePattern stamp clashes with other existing backups.
-             Negative numbers mean backups are numbered 0, 1, 2, ..., n, <latest>
+             Positive numbers mean backups are numbered 0, 1, 2, ..., n, <latest>
 
              DEFAULT IF NOT CONFIGURED: -1 -->
         <param name="CountDirection" value="0"/>



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org