Skip to content

Commit 9d85eed

Browse files
committed
SPARK-1902 Silence stacktrace from logs when doing port failover to port n+1
1 parent 32ee9f0 commit 9d85eed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conf/log4j.properties.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ log4j.appender.console.layout=org.apache.log4j.PatternLayout
66
log4j.appender.console.layout.ConversionPattern=%d{yy/MM/dd HH:mm:ss} %p %c{1}: %m%n
77

88
# Settings to quiet third party logs that are too verbose
9-
log4j.logger.org.eclipse.jetty=WARN
9+
log4j.logger.org.eclipse.jetty.util.component.AbstractLifeCycle=ERROR
1010
log4j.logger.org.apache.spark.repl.SparkIMain$exprTyper=INFO
1111
log4j.logger.org.apache.spark.repl.SparkILoop$SparkILoopInterpreter=INFO

core/src/main/resources/org/apache/spark/log4j-defaults.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ log4j.appender.console.layout=org.apache.log4j.PatternLayout
66
log4j.appender.console.layout.ConversionPattern=%d{yy/MM/dd HH:mm:ss} %p %c{1}: %m%n
77

88
# Settings to quiet third party logs that are too verbose
9-
log4j.logger.org.eclipse.jetty=WARN
9+
log4j.logger.org.eclipse.jetty.util.component.AbstractLifeCycle=ERROR
1010
log4j.logger.org.apache.spark.repl.SparkIMain$exprTyper=INFO
1111
log4j.logger.org.apache.spark.repl.SparkILoop$SparkILoopInterpreter=INFO

0 commit comments

Comments
 (0)