summaryrefslogtreecommitdiff
path: root/etc/couchdb
diff options
context:
space:
mode:
authorDamien F. Katz <damien@apache.org>2009-03-21 12:27:40 +0000
committerDamien F. Katz <damien@apache.org>2009-03-21 12:27:40 +0000
commitcc3cd646a64e2cd6e4c318532ba469b152defb41 (patch)
tree0d6179a51074f107cee37f418f2c0a0f29029722 /etc/couchdb
parent13c7fee8168769542bba96a5f06e00110d00a81a (diff)
Fix for COUCHDB-300. Old seq were being removed when a conflict. An old bug, but recent changes made it much more likely to happen.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@756925 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc/couchdb')
-rw-r--r--etc/couchdb/local_dev.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/couchdb/local_dev.ini b/etc/couchdb/local_dev.ini
index 54c75bde..876295b1 100644
--- a/etc/couchdb/local_dev.ini
+++ b/etc/couchdb/local_dev.ini
@@ -12,7 +12,7 @@
;bind_address = 127.0.0.1
[log]
-; level = debug
+level = error
[update_notification]
;unique notifier name=/full/path/to/exe -with "cmd line arg"