coder-chenzhi opened a new pull request #586: HIVE-21556 remove configuraion 
for old version of jetty (6.x)
URL: https://github.com/apache/hive/pull/586
 
 
   ```
   logger.Mortbay.name = org.mortbay
   logger.Mortbay.level = INFO
   ```
   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 is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to