Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 25DA69C64 for ; Wed, 20 Jun 2012 09:01:14 +0000 (UTC) Received: (qmail 4794 invoked by uid 500); 20 Jun 2012 09:01:12 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 4654 invoked by uid 500); 20 Jun 2012 09:01:12 -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 4595 invoked by uid 99); 20 Jun 2012 09:01:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2012 09:01:11 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kxepal@gmail.com designates 74.125.83.52 as permitted sender) Received: from [74.125.83.52] (HELO mail-ee0-f52.google.com) (74.125.83.52) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2012 09:01:06 +0000 Received: by eeke53 with SMTP id e53so2411253eek.11 for ; Wed, 20 Jun 2012 02:00:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=//VQ8Xa3OkoR10KOcb4Rxh7NhjHqiNHIGPiEF6rmY3Y=; b=gTuxUVvqiqSUJcpaGj7Wom6E/te0NVujr96S8mp3wfqZBS6tc2p7X88Xbd48Yxfa3i ShUxrs2gAWUJ+W+SgmUvwpGIDMrWdnXUyCR2d3GBgLMRHTtJ36Vw3QA3Z8Gz4lx6U4TH lGfqkI+R2aREV1BUp0v3HQbTb0AL7tq23UzpbDmByiJexXNhOD1oJunWV+Se2FHvUeLf 7UVt9Cx8SmbUvBPTfoA2jP7cJC6qw+DHyZKYLtSnIIaQbZVPL4BOERyxrF+LcQYX6hJh 2wqkJlVtLC8CkA8WLiVrnJSHOwPyNhCeOWUpyoHPi7xfHuw+FYNLYjkGpr61ibmCnYdE ZUWA== MIME-Version: 1.0 Received: by 10.14.100.136 with SMTP id z8mr4692642eef.197.1340182844515; Wed, 20 Jun 2012 02:00:44 -0700 (PDT) Received: by 10.14.96.80 with HTTP; Wed, 20 Jun 2012 02:00:44 -0700 (PDT) In-Reply-To: References: Date: Wed, 20 Jun 2012 13:00:44 +0400 Message-ID: Subject: Re: CouchDB log to Syslog From: Alexander Shorin To: user@couchdb.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Hi Thomas, AFAIK, such feature currently available only by self source patching: https://issues.apache.org/jira/browse/COUCHDB-706 but I suppose any feedback and improvements would be welcomed(: -- ,,,^..^,,, On Wed, Jun 20, 2012 at 12:49 PM, Thomas Hommers wrote: > Hi, > > I am looking for a way to harmonize different logs from different systems (Mailserver, Webserver, DBs, ...). > Does somebody know of a way how to let couchDB log to syslog? > > Suggestion about another approach to keep track of different logs are welcome too. As I just started with the project it would still be possible to switch the tools (for a good reason). > > Thanks in advance! > Thomas