minor logging improvement (#28893)
This commit is contained in:
parent
1c93440fe4
commit
c488a27709
1 changed files with 2 additions and 1 deletions
|
|
@ -471,7 +471,8 @@ private[remote] abstract class ArteryTransport(_system: ExtendedActorSystem, _pr
|
||||||
bindAddress.uid)
|
bindAddress.uid)
|
||||||
else {
|
else {
|
||||||
log.info(
|
log.info(
|
||||||
s"Remoting started with transport [Artery ${settings.Transport}]; listening on address [{}] and bound to [{}] with UID [{}]",
|
"Remoting started with transport [Artery {}]; listening on address [{}] and bound to [{}] with UID [{}]",
|
||||||
|
settings.Transport,
|
||||||
localAddress.address,
|
localAddress.address,
|
||||||
bindAddress.address,
|
bindAddress.address,
|
||||||
localAddress.uid)
|
localAddress.uid)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue