First off I’m really loving all the things you can do with CouchDB. I’m coming from a lot of front end JavaScript and I use console.log() for lots of debugging and testing tasks. I’m wondering how to console.log or what a better way to debug might be in CouchDB.
Any suggestions would be really awesome!
CouchDB exposes a
logmethod for debugging views. (presumably it also works for show, list, update and validation functions too) It sends output to the couch.log file on your system.