Add note about log-remote-lifecycle-events change, see #2406

This commit is contained in:
Patrik Nordwall 2012-08-21 10:59:49 +02:00
parent 976c97ae2c
commit 786f3b747e

View file

@ -246,4 +246,14 @@ v2.0::
v2.1::
probe.reply("world")
probe.reply("world")
log-remote-lifecycle-events
===========================
Default value of akka.remote.log-remote-lifecycle-events has changed to **on**.
If you don't want these in the log you need to add this to your configuration::
akka.remote.log-remote-lifecycle-events = off