Debug - poupotte/couchdb-fuse GitHub Wiki

Display couchdb logs:

tail -f /usr/local/var/log/couchdb/couch.log

Display proxy logs:

tail -f /usr/local/cozy/apps/proxy/proxy/cozy-proxy/log/production.log 

Kill a running replication:

curl -H 'Content-Type: application/json' -X POST http://localhost:5984/_replicate -d '{"replication_id": "<your replication id>", "cancel": true}'

Display active tasks (raw):

http://localhost:5984/_active_tasks

Display active tasks (futon):

http://localhost:5984/_utils/status.html