Add note about log-remote-lifecycle-events change, see #2406
This commit is contained in:
parent
976c97ae2c
commit
786f3b747e
1 changed files with 11 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue