From dev-return-195969-archive-asf-public=cust-asf.ponee.io@tomcat.apache.org Thu Jan 10 14:53:15 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id C47A018062A for ; Thu, 10 Jan 2019 14:53:14 +0100 (CET) Received: (qmail 70595 invoked by uid 500); 10 Jan 2019 13:53:13 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 70584 invoked by uid 99); 10 Jan 2019 13:53:13 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jan 2019 13:53:13 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 507D7C9BFD for ; Thu, 10 Jan 2019 13:53:13 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.001 X-Spam-Level: X-Spam-Status: No, score=-0.001 tagged_above=-999 required=6.31 tests=[SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id JCCRhkSIHdC0 for ; Thu, 10 Jan 2019 13:53:11 +0000 (UTC) Received: from mailserver.kippdata.de (mailserver.kippdata.de [212.79.170.253]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 1A7DA61154 for ; Thu, 10 Jan 2019 13:53:10 +0000 (UTC) Received: from [10.0.110.6] ([192.168.2.104]) by mailserver.kippdata.de (8.13.5/8.13.5) with ESMTP id x0ADr4xj013109 for ; Thu, 10 Jan 2019 14:53:04 +0100 (CET) Subject: Re: Extras To: Tomcat Developers List References: <8bc7da2d-285d-a090-32c5-1e4b968dce9f@apache.org> From: Rainer Jung Message-ID: <5a402be4-719d-47a1-9a5b-7f0725612282@kippdata.de> Date: Thu, 10 Jan 2019 14:53:04 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: de-DE Content-Transfer-Encoding: 8bit Am 10.01.2019 um 13:16 schrieb Rémy Maucherat: > On Thu, Jan 10, 2019 at 1:09 PM Mark Thomas wrote: > >> There is the possibility that an alternative logging JAR could return. >> https://markmail.org/message/gdmffcyporhcmqge >> >> Whether that needs an optional / alternative JAR or whether it could be >> handled via configuration is TBD. >> > > Ok, so I'm not doing anything immediately but I'll put my patch in a BZ > instead. It does remove a chunk of build.xml, which is good. In the meantime Log4J2 (I think starting with 2.10.0) added the artefact log4j-appserver.jar and support for an additional config file log4j2-tomcat.xml: https://logging.apache.org/log4j/2.x/log4j-appserver/index.html That allows for clean integration, so I currently do no longer see a need for an alternative JULI jar. Regards, Rainer --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org