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:
commit
5a103687ea
1 changed files with 7 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue