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!
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!
Share Improve this question asked Mar 8, 2012 at 3:48 Costa MichailidisCosta Michailidis 8,17818 gold badges84 silver badges136 bronze badges1 Answer
Reset to default 18CouchDB exposes a log
method 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.