From issues-return-154834-archive-asf-public=cust-asf.ponee.io@hive.apache.org Mon Apr 1 07:03:04 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 333BF180672 for ; Mon, 1 Apr 2019 09:03:04 +0200 (CEST) Received: (qmail 14319 invoked by uid 500); 1 Apr 2019 07:03:03 -0000 Mailing-List: contact issues-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list issues@hive.apache.org Received: (qmail 14228 invoked by uid 99); 1 Apr 2019 07:03:02 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Apr 2019 07:03:02 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 68ACAE0D07 for ; Mon, 1 Apr 2019 07:03:02 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 0035B24597 for ; Mon, 1 Apr 2019 07:03:02 +0000 (UTC) Date: Mon, 1 Apr 2019 07:03:01 +0000 (UTC) From: "Chen Zhi (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-21556) Useless configuration for old jetty in log4j.properties MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-21556?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Chen Zhi updated HIVE-21556: ---------------------------- Attachment: HIVE-21556.1.patch > Useless configuration for old jetty in log4j.properties > ------------------------------------------------------- > > Key: HIVE-21556 > URL: https://issues.apache.org/jira/browse/HIVE-21556 > Project: Hive > Issue Type: Improvement > Components: Configuration > Reporter: Chen Zhi > Priority: Minor > Attachments: HIVE-21556.1.patch > > > =C2=A0 > {code:java} > logger.Mortbay.name =3D org.mortbay > logger.Mortbay.level =3D INFO > {code} > The logger `Mortbay` in log4j.properties is used to control logging activ= ities of jetty (6.x). However, we have upgrade to jetty 9 in HIVE-16049, th= e package name has changed to `org.eclipse.jetty` and we have added the new= logger to control jetty. `Mortbay` is useless. I guess we can remove it. -- This message was sent by Atlassian JIRA (v7.6.3#76005)