aboutsummaryrefslogtreecommitdiff
path: root/.rat-excludes
diff options
context:
space:
mode:
authorzsxwing <zsxwing@gmail.com>2015-06-10 13:25:59 -0700
committerAndrew Or <andrew@databricks.com>2015-06-10 13:26:33 -0700
commit80043e9e761c44ce2c3a432dcd1989be573f8bb4 (patch)
tree0b09bcf970087091c98728f7c17d5de3f7eae9ac /.rat-excludes
parente90c9d92d9a86e9960c10a5c043f3c02f6c636f9 (diff)
downloadspark-80043e9e761c44ce2c3a432dcd1989be573f8bb4.tar.gz
spark-80043e9e761c44ce2c3a432dcd1989be573f8bb4.tar.bz2
spark-80043e9e761c44ce2c3a432dcd1989be573f8bb4.zip
[SPARK-7261] [CORE] Change default log level to WARN in the REPL
1. Add `log4j-defaults-repl.properties` that has log level WARN. 2. When logging is initialized, check whether inside the REPL. If so, use `log4j-defaults-repl.properties`. 3. Print the following information if using `log4j-defaults-repl.properties`: ``` Using Spark's repl log4j profile: org/apache/spark/log4j-defaults-repl.properties To adjust logging level use sc.setLogLevel("INFO") ``` Author: zsxwing <zsxwing@gmail.com> Closes #6734 from zsxwing/log4j-repl and squashes the following commits: 3835eff [zsxwing] Change default log level to WARN in the REPL
Diffstat (limited to '.rat-excludes')
-rw-r--r--.rat-excludes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.rat-excludes b/.rat-excludes
index 994c7e86f8..aa008e6e92 100644
--- a/.rat-excludes
+++ b/.rat-excludes
@@ -28,6 +28,7 @@ spark-env.sh
spark-env.cmd
spark-env.sh.template
log4j-defaults.properties
+log4j-defaults-repl.properties
bootstrap-tooltip.js
jquery-1.11.1.min.js
d3.min.js