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 75873109BE for ; Thu, 2 May 2013 12:36:23 +0000 (UTC) Received: (qmail 53104 invoked by uid 500); 2 May 2013 12:36:23 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 52715 invoked by uid 500); 2 May 2013 12:36:19 -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 51696 invoked by uid 99); 2 May 2013 12:36:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 May 2013 12:36:17 +0000 Date: Thu, 2 May 2013 12:36:17 +0000 (UTC) From: "Garren Smith (JIRA)" To: dev@couchdb.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (COUCHDB-1786) Logs can be sent/received in json format. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Garren Smith created COUCHDB-1786: ------------------------------------- Summary: Logs can be sent/received in json format. Key: COUCHDB-1786 URL: https://issues.apache.org/jira/browse/COUCHDB-1786 Project: CouchDB Issue Type: Improvement Components: HTTP Interface Reporter: Garren Smith We couchdb logs are requested (http://127.0.0.1:5984/_log) they are currently returned in a text format. It would be nice to have the option of getting them returned in json format. This makes it easier to work with them in javascript or any other language as we would not need to do heavy parsing on the logs. I originally submitted this as a pull request (https://github.com/apache/couchdb/pull/39) but its more appropriate to have it as an issue. As this stage the code submitted is not good enough to be merged in. If someone else is interested in improving or rewriting this it would be great. If we could make this an http EventSource that would be great as well. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira