forked from jasondavies/couchdb-fuse
-
Notifications
You must be signed in to change notification settings - Fork 1
Debug
Frank Rousseau edited this page Mar 28, 2014
·
2 revisions
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