aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2013-02-01 21:03:37 -0800
committerMatei Zaharia <matei@eecs.berkeley.edu>2013-02-01 21:03:37 -0800
commit7ae4b6a23d6cde24686912801b77ff5958a92eba (patch)
tree135a9005fee295e8f0bd8d3f119695e927882173
parent8b3041c7233011c4a96fab045a86df91eae7b6f3 (diff)
parent12c1eb47568060efac57d6df7df7e5704a8d3fab (diff)
downloadspark-7ae4b6a23d6cde24686912801b77ff5958a92eba.tar.gz
spark-7ae4b6a23d6cde24686912801b77ff5958a92eba.tar.bz2
spark-7ae4b6a23d6cde24686912801b77ff5958a92eba.zip
Merge pull request #441 from stephenh/lessnoisyakka
Reduce the amount of duplicate logging Akka does to stdout.
-rw-r--r--core/src/main/scala/spark/util/AkkaUtils.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/main/scala/spark/util/AkkaUtils.scala b/core/src/main/scala/spark/util/AkkaUtils.scala
index e0fdeffbc4..e43fbd6b1c 100644
--- a/core/src/main/scala/spark/util/AkkaUtils.scala
+++ b/core/src/main/scala/spark/util/AkkaUtils.scala
@@ -30,6 +30,7 @@ private[spark] object AkkaUtils {
val akkaConf = ConfigFactory.parseString("""
akka.daemonic = on
akka.event-handlers = ["akka.event.slf4j.Slf4jEventHandler"]
+ akka.stdout-loglevel = "ERROR"
akka.actor.provider = "akka.remote.RemoteActorRefProvider"
akka.remote.transport = "akka.remote.netty.NettyRemoteTransport"
akka.remote.log-remote-lifecycle-events = on