Where are the magazines for couchdb on iriscouch?

I am using CouchDB on iriscouch.com.

I created a database that I populated with some data. I run the map and shrinking function to filter out some elements, but this will not work. Since console.log is not working, I am trying to use the CouchDB log () function. But I can not find the log files. I found the path in config, but this is the path to the file on the server, and I only have access to futon (I think).

Is there any request I can make to read magazines?

+5
source share
1 answer

your.iriscouch.com/_log

if you want to go back to the log even more, use quisystring bytes = x, for example

your.iriscouch.com/_log?bytes=2000

, , URL-.

+8

All Articles