Couchdb Logging
问题 Due to application requirements, I have an externally accessible CouchDB instance. I would like to see what IP addresses are attempting to authenticate with my database. By checking the couchdb.log file, I can see failed authentication attempts. They look similar to this. [Mon, 29 Sep 2014 13:43:32 GMT] [info] [<0.28472.7>] 127.0.0.1 - - GET /offline_master/ 401 However, no matter where I connect from, it seems that the IP address that is logged is always 127.0.0.1. Am I mis-understanding how