aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorWangTaoTheTonic <wangtao111@huawei.com>2015-04-09 17:44:08 -0400
committerSean Owen <sowen@cloudera.com>2015-04-09 17:44:08 -0400
commit7d92db342e01fa694d3522fb8d2254d6297a4203 (patch)
treea55174ae1c4b87b7fc16396563e6003df7e779c2 /conf
parent470d7453a56c56a41b2851551fe1830065f88b2c (diff)
[SPARK-6758]block the right jetty package in log
https://issues.apache.org/jira/browse/SPARK-6758 I am not sure if it is ok to block them in test resources too (as we shade jetty in assembly?). Author: WangTaoTheTonic <wangtao111@huawei.com> Closes #5406 from WangTaoTheTonic/SPARK-6758 and squashes the following commits: e09605b [WangTaoTheTonic] block the right jetty package
Diffstat (limited to 'conf')
-rw-r--r--conf/log4j.properties.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/log4j.properties.template b/conf/log4j.properties.template
index 89eec7d4b7..3a2a882198 100644
--- a/conf/log4j.properties.template
+++ b/conf/log4j.properties.template
@@ -6,7 +6,7 @@ log4j.appender.console.layout=org.apache.log4j.PatternLayout
log4j.appender.console.layout.ConversionPattern=%d{yy/MM/dd HH:mm:ss} %p %c{1}: %m%n
# Settings to quiet third party logs that are too verbose
-log4j.logger.org.eclipse.jetty=WARN
-log4j.logger.org.eclipse.jetty.util.component.AbstractLifeCycle=ERROR
+log4j.logger.org.spark-project.jetty=WARN
+log4j.logger.org.spark-project.jetty.util.component.AbstractLifeCycle=ERROR
log4j.logger.org.apache.spark.repl.SparkIMain$exprTyper=INFO
log4j.logger.org.apache.spark.repl.SparkILoop$SparkILoopInterpreter=INFO