From user-return-8341-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Thu Jan 07 19:35:07 2010 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 26528 invoked from network); 7 Jan 2010 19:35:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Jan 2010 19:35:07 -0000 Received: (qmail 97715 invoked by uid 500); 7 Jan 2010 19:35:05 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 97638 invoked by uid 500); 7 Jan 2010 19:35:05 -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 97628 invoked by uid 99); 7 Jan 2010 19:35:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jan 2010 19:35:05 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of zachary.zolton@gmail.com designates 74.125.78.27 as permitted sender) Received: from [74.125.78.27] (HELO ey-out-2122.google.com) (74.125.78.27) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jan 2010 19:34:57 +0000 Received: by ey-out-2122.google.com with SMTP id 22so3418883eye.41 for ; Thu, 07 Jan 2010 11:34:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=h4ca139LF/CXZMZDwt8vtBw5FatsDyF8GdcvImjan/U=; b=M60Al5V38r2AxA6l5b3flK1FmwRN7ETmqLf9aSK2GJa8BG5P/GSBVQpqEkTLSXtatp ezv23l2LAmvxiQKVYkMehQaLnZrVH0a+Tx/kRH9CEjVo1Gy495c7Qy+CyqzftKM+kbCA Du0hkuCRPDdXZLM+oLNZc8HMyvX0oiQDxJx9Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=pB7wd1GjSF8+jSg2x++nNaJsl1G8HNo3Agey4QG18HXYafOyVuSGPYsZQAEZcT8QzB OUnrEHhibld7QgVqLL9isX0+TzxleA8olzhjYqyuJ/FkgQOk5zOd4HpObM/ybpU/L0Zp 1CKMuUZN3AkY3f/9uVcHHFu6osIgfYBB9YNoU= MIME-Version: 1.0 Received: by 10.216.87.143 with SMTP id y15mr382453wee.39.1262892877129; Thu, 07 Jan 2010 11:34:37 -0800 (PST) From: Zachary Zolton Date: Thu, 7 Jan 2010 13:34:17 -0600 Message-ID: Subject: Do I need the couchdb.stdout file? To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Relaxers, It seems the contents of my server's couch.log file and couchdb.stdout file are fairly identical, showing all the request being made to the server. Given the seeming redundant data, I ask: Do I need to maintain both these files? Or should I just add couchdb.stdout to my log rotation and forget about it? (I wasn't able to find any reference to this in the wiki, nor much useful information via Google.) Cheers, Zach P.S. I'm mostly interested in this since I was just bitten by a server's disk partition getting filled up by this very file... (^_-)