Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1E559200D34 for ; Fri, 3 Nov 2017 16:56:07 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1CEE3160BFB; Fri, 3 Nov 2017 15:56:07 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5A4EF160BE9 for ; Fri, 3 Nov 2017 16:56:06 +0100 (CET) Received: (qmail 58138 invoked by uid 500); 3 Nov 2017 15:56:05 -0000 Mailing-List: contact dev-help@flume.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flume.apache.org Delivered-To: mailing list dev@flume.apache.org Received: (qmail 58126 invoked by uid 99); 3 Nov 2017 15:56:05 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Nov 2017 15:56:05 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 22A75DFB6F; Fri, 3 Nov 2017 15:56:05 +0000 (UTC) From: rgoers To: dev@flume.apache.org Reply-To: dev@flume.apache.org Message-ID: Subject: [GitHub] flume pull request #181: FLUME-2050 Upgrade to Log4j 2 Content-Type: text/plain Date: Fri, 3 Nov 2017 15:56:05 +0000 (UTC) archived-at: Fri, 03 Nov 2017 15:56:07 -0000 GitHub user rgoers opened a pull request: https://github.com/apache/flume/pull/181 FLUME-2050 Upgrade to Log4j 2 This PR removes the use of log4j 1.x from Flume. You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/flume flume-2050 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flume/pull/181.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #181 ---- commit 140ea5d2808b7f6fce496e5e2d175821f302f25b Author: Ralph Goers Date: 2017-11-03T06:01:58Z FLUME-2050 Upgrade to Log4j 2 ---- ---