Return-Path: X-Original-To: apmail-logging-log4j-dev-archive@www.apache.org Delivered-To: apmail-logging-log4j-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 8F391EE20 for ; Wed, 2 Jan 2013 15:35:46 +0000 (UTC) Received: (qmail 18691 invoked by uid 500); 2 Jan 2013 15:35:46 -0000 Delivered-To: apmail-logging-log4j-dev-archive@logging.apache.org Received: (qmail 18656 invoked by uid 500); 2 Jan 2013 15:35:46 -0000 Mailing-List: contact log4j-dev-help@logging.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Log4J Developers List" Reply-To: "Log4J Developers List" Delivered-To: mailing list log4j-dev@logging.apache.org Received: (qmail 18646 invoked by uid 99); 2 Jan 2013 15:35:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jan 2013 15:35:46 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ralph.goers@dslextreme.com designates 209.85.160.171 as permitted sender) Received: from [209.85.160.171] (HELO mail-gh0-f171.google.com) (209.85.160.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jan 2013 15:35:38 +0000 Received: by mail-gh0-f171.google.com with SMTP id r17so1589654ghr.16 for ; Wed, 02 Jan 2013 07:35:17 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=ukR2LWIKuZqwfX7xt1e2Au7KWEYEbrYlmKxsTjwPX1k=; b=nZFy8EAA17sZcb0L/vvC8Gx4D2ot/vU5cKELDmIE5drpCD43qsfyG/xzCeUxRv/f6l t1oWTUvKZDdoTNvqIKShlAduWgqHVqQDoU5fxp5/BQcxR/i6prvCYpoSqmXKyBtLYUHV onLEZNZVrhfNNXnPvDCHKSxk8Be9a6KiYufQFDq4DrLFQrBY6vQC0BcnGE26ev8tr0Qr nHYaMlgtKtX0IVORVOm12GqKAbsLrLH4c5VrB/I0TY9eBz4iWWL8mRKVRgupfHfTEEhC ffoL6PHDTa0to/BziD056vM2m+BzwdX2kKltuhFkHx8WxvJS86dtlNt4jjkfNeYjcJdG F/xg== X-Received: by 10.236.133.225 with SMTP id q61mr36924140yhi.108.1357140916848; Wed, 02 Jan 2013 07:35:16 -0800 (PST) Received: from [192.168.1.92] (99-180-69-21.lightspeed.irvnca.sbcglobal.net. [99.180.69.21]) by mx.google.com with ESMTPS id y9sm39925190anh.20.2013.01.02.07.35.15 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 02 Jan 2013 07:35:16 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1283) Subject: Re: Next Log4j 2.0 release From: Ralph Goers In-Reply-To: <866984883500894999@unknownmsgid> Date: Wed, 2 Jan 2013 07:35:14 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: References: <866984883500894999@unknownmsgid> To: "Log4J Developers List" X-Mailer: Apple Mail (2.1283) X-Gm-Message-State: ALoCoQlvXohuqxz5tzFIvURpuPYzni2yW6hAmh60OHLiQAvZ8U/09FuVcXvyf3UuRS07J776iOVo X-Virus-Checked: Checked by ClamAV on apache.org On Jan 2, 2013, at 4:50 AM, Gary Gregory wrote: > On Jan 1, 2013, at 14:37, Ralph Goers = wrote: >=20 >> I took me longer than I wanted but I have finally fixed all the = issues I wanted to complete before doing the 2.0-beta4 release. Please = let me know if you are aware of something else that needs to be done = before the release. >>=20 >> A larger question is whether the subsequent release should be beta5 = or whether we are good to go with the 2.0 GA release. >=20 > For beta 5, I'd like to add a JDBC appender. We use one at work for > certain set ups. Alternatively, can flume to set up to log to a > database? >=20 Flume is basically an event bus. If you have a setup with web, = application and data tiers and you don't want your web tier to have a = jdbc connection to the data tier then you could use Flume to send the = events to the application tier to be written. Flume also acts as an = aggregator so that if you have 10 instances they can all write to Flume = where you then only have a single connection to the data repository. I'm not a huge fan of using a relational database as the repository for = logging events but if a DBAppender is needed then lets add it. Ralph=20 --------------------------------------------------------------------- To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org For additional commands, e-mail: log4j-dev-help@logging.apache.org