aboutsummaryrefslogtreecommitdiff
path: root/launcher
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 /launcher
parent470d7453a56c56a41b2851551fe1830065f88b2c (diff)
downloadspark-7d92db342e01fa694d3522fb8d2254d6297a4203.tar.gz
spark-7d92db342e01fa694d3522fb8d2254d6297a4203.tar.bz2
spark-7d92db342e01fa694d3522fb8d2254d6297a4203.zip
[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 'launcher')
-rw-r--r--launcher/src/test/resources/log4j.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/src/test/resources/log4j.properties b/launcher/src/test/resources/log4j.properties
index 00c20ad69c..67a6a98217 100644
--- a/launcher/src/test/resources/log4j.properties
+++ b/launcher/src/test/resources/log4j.properties
@@ -27,5 +27,5 @@ log4j.appender.file.layout=org.apache.log4j.PatternLayout
log4j.appender.file.layout.ConversionPattern=%d{yy/MM/dd HH:mm:ss.SSS} %t %p %c{1}: %m%n
# Ignore messages below warning level from Jetty, because it's a bit verbose
-log4j.logger.org.eclipse.jetty=WARN
-org.eclipse.jetty.LEVEL=WARN
+log4j.logger.org.spark-project.jetty=WARN
+org.spark-project.jetty.LEVEL=WARN