Patrick Wendell created SPARK-7261: -------------------------------------- Summary: Change default log level to WARN in the REPL Key: SPARK-7261 URL: https://issues.apache.org/jira/browse/SPARK-7261 Project: Spark Issue Type: Improvement Components: Spark Shell Reporter: Patrick Wendell Assignee: Patrick Wendell Priority: Minor
We should add a log4j properties file for the repl (log4j-defaults-repl.properties) that has the level of warning. The main reason for doing this is that we now display nice progress bars in the REPL so the need for task level INFO messages is much less. A couple other things: 1. I'd block this on SPARK-7260 2. We should say in the repl opening that the log leve is set to WARN and explain to people how to change it programatically. 3. If the user has a log4j properties, it should take precedence over this default of WARN. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org