This is an automated email from the ASF dual-hosted git repository.

rlevas pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new 2abc05c  AMBARI-25176 Misconfiguration of jersey log in 
log4j.properties
2abc05c is described below

commit 2abc05ccd76dc995923f7c0b1c3ea74fc7ba7f88
Author: ZhiChen <zilingqi...@gmail.com>
AuthorDate: Thu Mar 7 14:05:40 2019 +0800

    AMBARI-25176 Misconfiguration of jersey log in log4j.properties
---
 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 78d4171..d224b80 100644
--- a/ambari-server/conf/unix/log4j.properties
+++ b/ambari-server/conf/unix/log4j.properties
@@ -90,6 +90,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

Reply via email to