aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test/resources
diff options
context:
space:
mode:
authorShixiong Zhu <shixiong@databricks.com>2016-03-03 15:41:56 -0800
committerShixiong Zhu <shixiong@databricks.com>2016-03-03 15:41:56 -0800
commitad0de99f3d3167990d501297f1df069fe15e0678 (patch)
tree317fbe6fe9a15832dc18e0ed1ada13f6cce6a895 /sql/core/src/test/resources
parent3edcc40223c8af12f64c2286420dc77817ab770e (diff)
downloadspark-ad0de99f3d3167990d501297f1df069fe15e0678.tar.gz
spark-ad0de99f3d3167990d501297f1df069fe15e0678.tar.bz2
spark-ad0de99f3d3167990d501297f1df069fe15e0678.zip
[SPARK-13584][SQL][TESTS] Make ContinuousQueryManagerSuite not output logs to the console
## What changes were proposed in this pull request? Make ContinuousQueryManagerSuite not output logs to the console. The logs will still output to `unit-tests.log`. I also updated `SQLListenerMemoryLeakSuite` to use `quietly` to avoid changing the log level which won't output logs to `unit-tests.log`. ## How was this patch tested? Just check Jenkins output. Author: Shixiong Zhu <shixiong@databricks.com> Closes #11439 from zsxwing/quietly-ContinuousQueryManagerSuite.
Diffstat (limited to 'sql/core/src/test/resources')
-rw-r--r--sql/core/src/test/resources/log4j.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/core/src/test/resources/log4j.properties b/sql/core/src/test/resources/log4j.properties
index 12fb128149..e53cb1f4e6 100644
--- a/sql/core/src/test/resources/log4j.properties
+++ b/sql/core/src/test/resources/log4j.properties
@@ -23,6 +23,7 @@ log4j.appender.CA=org.apache.log4j.ConsoleAppender
log4j.appender.CA.layout=org.apache.log4j.PatternLayout
log4j.appender.CA.layout.ConversionPattern=%d{HH:mm:ss.SSS} %p %c: %m%n
log4j.appender.CA.Threshold = WARN
+log4j.appender.CA.follow = true
#File Appender