Skip to content
Snippets Groups Projects
Commit ceaec4a6 authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Merge pull request #498 from pwendell/shutup-akka

Disable remote lifecycle logging from Akka.
parents 6ae9a22c 85a85646
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ private[spark] object AkkaUtils {
akka.stdout-loglevel = "ERROR"
akka.actor.provider = "akka.remote.RemoteActorRefProvider"
akka.remote.transport = "akka.remote.netty.NettyRemoteTransport"
akka.remote.log-remote-lifecycle-events = on
akka.remote.log-remote-lifecycle-events = off
akka.remote.netty.hostname = "%s"
akka.remote.netty.port = %d
akka.remote.netty.connection-timeout = %ds
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment