Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D147DE581 for ; Mon, 11 Feb 2013 05:44:27 +0000 (UTC) Received: (qmail 89965 invoked by uid 500); 11 Feb 2013 05:44:27 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 89913 invoked by uid 500); 11 Feb 2013 05:44:26 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 89894 invoked by uid 99); 11 Feb 2013 05:44:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2013 05:44:26 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jhs@iriscouch.com designates 209.85.215.44 as permitted sender) Received: from [209.85.215.44] (HELO mail-la0-f44.google.com) (209.85.215.44) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2013 05:44:19 +0000 Received: by mail-la0-f44.google.com with SMTP id eb20so5477362lab.3 for ; Sun, 10 Feb 2013 21:43:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:from:date:message-id:subject:to :content-type:x-gm-message-state; bh=Xj6F5llLAMSICgkU39STlEmxcg/QOp9FxUBCZ8iRUP4=; b=jwBMXeI0RxmAHBm6Jty0oIG2GRwIygbTspsm47dXYj5sYixtfuryS1WbzBLZ83uVEu ikQjd+4ockwaZPhhzKoCBD9Jc8/OvitIHNblkzcEXH4I8nCsGVxDxOArlYoUcAQGvV5E g3I2UlnfpWQA4SVzX1T5EZN8AMpNe8DYX92rDcqgs3lv2hMI3N7hIna3/Gp7Kn5K/VVk IBZggqAi791XsBB+6icJqAp9FNYrBH5p7B/6FE05L+opQSIYS7MPZrTim0YuDp7ZsmgF WIx18Z2I3wr7b6zVSZOYp5eecdFSsM1Q6KDL0wO5xgHjKO8Rgh9M7SVMBQOwcKJJ9q8s Twsg== X-Received: by 10.112.29.1 with SMTP id f1mr2300670lbh.30.1360561437499; Sun, 10 Feb 2013 21:43:57 -0800 (PST) MIME-Version: 1.0 Received: by 10.114.25.104 with HTTP; Sun, 10 Feb 2013 21:43:27 -0800 (PST) From: Jason Smith Date: Mon, 11 Feb 2013 05:43:27 +0000 Message-ID: Subject: [MERGE] 1677-feature-query_server_log_file To: CouchDB Developers Content-Type: multipart/alternative; boundary=bcaec554e14c2d628e04d56c65a2 X-Gm-Message-State: ALoCoQlZ9TVFJ9jrtXIY8zblFY8AmJT+KRA8xtEcksxLX0wz5TtIXYtccDkGHbVUjWHvpKMaCs22 X-Virus-Checked: Checked by ClamAV on apache.org --bcaec554e14c2d628e04d56c65a2 Content-Type: text/plain; charset=UTF-8 See COUCHDB-1677. This is a feature for an optional secondary log file which is basically the output of JavaScript log() functions. No tests; I did not see any log etap log tests. However some of the JavaScript _log tests exercise (some of) this code. Documented the existence of _config/log/query_server_file and the ability to fetch /_log/query_server Please check my code. Thank you. -- Iris Couch --bcaec554e14c2d628e04d56c65a2--