Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 26149 invoked from network); 21 Dec 2010 13:59:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Dec 2010 13:59:44 -0000 Received: (qmail 37858 invoked by uid 500); 21 Dec 2010 13:59:42 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 37737 invoked by uid 500); 21 Dec 2010 13:59:42 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 37729 invoked by uid 99); 21 Dec 2010 13:59:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Dec 2010 13:59:41 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [74.125.82.54] (HELO mail-ww0-f54.google.com) (74.125.82.54) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Dec 2010 13:59:35 +0000 Received: by wwb31 with SMTP id 31so4051916wwb.23 for ; Tue, 21 Dec 2010 05:59:13 -0800 (PST) Received: by 10.216.143.2 with SMTP id k2mr363716wej.66.1292939953628; Tue, 21 Dec 2010 05:59:13 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.161.134 with HTTP; Tue, 21 Dec 2010 05:58:53 -0800 (PST) In-Reply-To: References: From: Jason Smith Date: Tue, 21 Dec 2010 20:58:53 +0700 Message-ID: Subject: Re: Anonymous Identity To: user@couchdb.apache.org Content-Type: text/plain; charset=UTF-8 On Tue, Dec 14, 2010 at 2:53 AM, Ido Ran wrote: > The nice thing about CouchDB and CouchApp is that I am able to run my app > right from CouchDB. You can say that again! I have exactly the same problem as you. I have two thoughts: 1. You can query your couch logs by hitting (as admin) /_logs. I often query /_logs?bytes=10000. You will at least see all the queries your couch served, including read-only and anonymous GETs. 2. That is only a stopgap. However as a person responsible for many couches, I say the logging situation is not good enough and I am hopeful to see great improvements in that area in the future. -- Jason Smith CouchOne Hosting