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 999078218 for ; Mon, 8 Aug 2011 10:37:55 +0000 (UTC) Received: (qmail 2802 invoked by uid 500); 8 Aug 2011 10:37:53 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 1942 invoked by uid 500); 8 Aug 2011 10:37: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 1884 invoked by uid 99); 8 Aug 2011 10:37:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Aug 2011 10:37:38 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [109.169.49.54] (HELO zoe.mltserver-three.co.uk) (109.169.49.54) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Aug 2011 10:37:28 +0000 Received: from 02dc6bf2.bb.sky.com ([2.220.107.242] helo=[192.168.0.5]) by zoe.mltserver-three.co.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1QqNCk-0003eA-K2 for user@couchdb.apache.org; Mon, 08 Aug 2011 11:37:06 +0100 From: Martin Hewitt Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Exception/error catching Date: Mon, 8 Aug 2011 11:37:05 +0100 Message-Id: To: user@couchdb.apache.org Mime-Version: 1.0 (Apple Message framework v1084) X-Mailer: Apple Mail (2.1084) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - zoe.mltserver-three.co.uk X-AntiAbuse: Original Domain - couchdb.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - thenoi.se X-Source: X-Source-Args: X-Source-Dir: X-Virus-Checked: Checked by ClamAV on apache.org Hi all, I was wondering if anyone had any good grep expressions or text parsing = methods they use to extract the erlang errors from the couchdb log, as = I've been noticing a handful popping up in mine, but they get lost = amidst the sea of GETs. I don't really want to lower the log level as = the micro-blip of each request is a nice indicator that everything's = still humming along nicely (this is a development system) but I'd like = to be able to extract the errors without having to page through the log = file. Any thoughts? Thanks, Martin=