Skip to content

Instantly share code, notes, and snippets.

@loosechainsaw
Created February 9, 2015 15:53
Show Gist options
  • Save loosechainsaw/733f32a641e9b34580e2 to your computer and use it in GitHub Desktop.
Save loosechainsaw/733f32a641e9b34580e2 to your computer and use it in GitHub Desktop.
akka {
log-config-on-start = off
stdout-loglevel = INFO
loglevel = ERROR
actor {
provider = "Akka.Remote.RemoteActorRefProvider, Akka.Remote"
debug {
receive = on
autoreceive = on
lifecycle = on
event-stream = on
unhandled = on
}
}
remote {
helios.tcp {
transport-class = "Akka.Remote.Transport.Helios.HeliosTcpTransport, Akka.Remote"
#applied-adapters = []
transport-protocol = tcp
port = 8091
hostname = "127.0.0.1"
}
log-remote-lifecycle-events = INFO
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment