You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2009/04/28 00:04:20 UTC

svn commit: r769181 - /couchdb/trunk/etc/couchdb/local.ini

Author: jan
Date: Mon Apr 27 22:04:18 2009
New Revision: 769181

URL: http://svn.apache.org/viewvc?rev=769181&view=rev
Log:
add newline at the end of ini file to make quick editing work, also POSIX

Modified:
    couchdb/trunk/etc/couchdb/local.ini

Modified: couchdb/trunk/etc/couchdb/local.ini
URL: http://svn.apache.org/viewvc/couchdb/trunk/etc/couchdb/local.ini?rev=769181&r1=769180&r2=769181&view=diff
==============================================================================
--- couchdb/trunk/etc/couchdb/local.ini (original)
+++ couchdb/trunk/etc/couchdb/local.ini Mon Apr 27 22:04:18 2009
@@ -12,7 +12,7 @@
 ;bind_address = 127.0.0.1
 
 [log]
-;level = debug
+level = debug
 
 [update_notification]
 ;unique notifier name=/full/path/to/exe -with "cmd line arg"
@@ -24,4 +24,4 @@
 ; 'username = password' lines. Don't forget to restart CouchDB after 
 ; changing this.
 ;[admins]
-;admin = mysecretpassword
\ No newline at end of file
+;admin = mysecretpassword