[ https://issues.apache.org/jira/browse/HIVE-21556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chen Zhi updated HIVE-21556: ---------------------------- Description: {code:java} logger.Mortbay.name = org.mortbay logger.Mortbay.level = INFO {code} The logger `Mortbay` in log4j.properties is used to control logging activities of jetty (6.x). However, we have upgrade to jetty 9 in HIVE-16049, the 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. was: {{The logger `Mortbay`}} {code:java} // code placeholder {code} {{in log4j.properties is used to control logging activities of jetty (6.x). However, we have upgrade to jetty 9 in HIVE-16049, the package name has changed to `org.eclipse.jetty` and we have added `Jetty` logger to control the new version. `Mortbay` is useless. I guess we can remove it.}} > 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 > > > {code:java} > logger.Mortbay.name = org.mortbay > logger.Mortbay.level = INFO > {code} > The logger `Mortbay` in log4j.properties is used to control logging > activities of jetty (6.x). However, we have upgrade to jetty 9 in HIVE-16049, > the 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)