Setting Debug level in CouchDB

I have experimented with CouchDB in the last days and wanted to switch on the debug level. I thought this could be done when starting the couchdb server, but this wouldn’t work.

The solution was simply to set the level in the ini file (e.g. /usr/local/etc/couchdb/local.ini):

[log]
level = debug

This may be useful from time to time.

Leave a Reply