Fix log args to actually show the forwarded message (#26053)
* Fix log args to actually show the forwarded message * remove message from forwarding log
This commit is contained in:
parent
a31964475e
commit
3a6e539ce3
1 changed files with 1 additions and 1 deletions
|
|
@ -286,7 +286,7 @@ final class ClusterSingletonProxy(singletonManagerPath: String, settings: Cluste
|
|||
case Some(s) ⇒
|
||||
if (log.isDebugEnabled)
|
||||
log.debug(
|
||||
"Forwarding message of type [{}] to current singleton instance at [{}]: {}",
|
||||
"Forwarding message of type [{}] to current singleton instance at [{}]",
|
||||
Logging.simpleName(msg.getClass), s.path)
|
||||
s forward msg
|
||||
case None ⇒
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue