From c73225a69a0ae2f27e57b240267c9c9841f576ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Endre=20S=C3=A1ndor=20Varga?= Date: Wed, 16 Oct 2013 11:09:30 +0200 Subject: [PATCH] =rem : Update comment in logging section of remoting configuration (cherry picked from commit 0510163) --- akka-remote/src/main/resources/reference.conf | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/akka-remote/src/main/resources/reference.conf b/akka-remote/src/main/resources/reference.conf index 3ab5d3d412..6f181e733f 100644 --- a/akka-remote/src/main/resources/reference.conf +++ b/akka-remote/src/main/resources/reference.conf @@ -120,9 +120,13 @@ akka { # if off then they are not logged log-sent-messages = off - # If this is "on", Akka will log all RemoteLifeCycleEvents at the level - # defined for each, if off then they are not logged. Failures to deserialize - # received messages also fall under this flag. + # Sets the log granularity level at which Akka logs remoting events. This setting + # can take the values OFF, ERROR, WARNING, INFO, DEBUG, or ON. For compatibility + # reasons the setting "on" will default to "debug" level. Please note that the effective + # logging level is still determined by the global logging level of the actor system: + # for example debug level remoting events will be only logged if the system + # is running with debug level logging. + # Failures to deserialize received messages also fall under this flag. log-remote-lifecycle-events = on # Logging of message types with payload size in bytes larger than