diff options
author | Robert Gemmell <robbie@apache.org> | 2010-04-01 15:47:40 +0000 |
---|---|---|
committer | Robert Gemmell <robbie@apache.org> | 2010-04-01 15:47:40 +0000 |
commit | a088362495bcbae2b637b9e51fcf915c86b3ba40 (patch) | |
tree | 10ffaba8ce335d255886be6f4cacdab99242c525 | |
parent | e76731e403b7b84818ab245e9600d87f83444c93 (diff) | |
download | qpid-python-a088362495bcbae2b637b9e51fcf915c86b3ba40.tar.gz |
QPID-2472: correction to count direction comment
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@930016 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/broker/etc/log4j.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/broker/etc/log4j.xml b/java/broker/etc/log4j.xml index bfc331f373..cfdfacb290 100644 --- a/java/broker/etc/log4j.xml +++ b/java/broker/etc/log4j.xml @@ -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"/> |