This is an automated email from the ASF dual-hosted git repository.
rlevas pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new b9e1ed5 AMBARI-25176 Fix name of jersey logger in ambari-server
b9e1ed5 is described below
commit b9e1ed503756f45e93ad3a23fb38b48a3e137289
Author: ZhiChen <[email protected]>
AuthorDate: Wed Mar 6 21:33:08 2019 +0800
AMBARI-25176 Fix name of jersey logger in ambari-server
* AMBARI-25176 Fix name of jersey logger in ambari-server
* AMBARI-25176 add org.glassfish.jersey back, because some modules in
contrib/views use it
---
ambari-server/conf/unix/log4j.properties | 1 +
1 file changed, 1 insertion(+)
diff --git a/ambari-server/conf/unix/log4j.properties
b/ambari-server/conf/unix/log4j.properties
index 06968e4..f09de0d 100644
--- a/ambari-server/conf/unix/log4j.properties
+++ b/ambari-server/conf/unix/log4j.properties
@@ -79,6 +79,7 @@
log4j.appender.eclipselink.layout=org.apache.log4j.PatternLayout
log4j.appender.eclipselink.layout.ConversionPattern=%m%n
# Jersey
+log4j.logger.com.sun.jersey=WARN,file
log4j.logger.org.glassfish.jersey=WARN,file
# Jetty