Merge pull request #1775 from drewhk/wip-logging-config-comment-fwdport-drewhk

=rem : Update comment in logging section of remoting configuration (forward port)
This commit is contained in:
drewhk 2013-10-16 06:15:10 -07:00
commit 5a103687ea

View file

@ -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