Roiocam commented on issue #795:
URL: https://github.com/apache/pekko/issues/795#issuecomment-2242232821
Because sometimes the actor don't put value into MDC:
```diff
LoggingEvent(
INFO,
org.apache.pekko.cluster.typed.ClusterActorLoggingSpec,
ClusterActorLoggingSpec-pekko.actor.default-dispatcher-11,
Starting,
1721630292397,
None,
None,
+ Map(pekkoAddress ->
pekko.tcp://[email protected]:42905, pekkoSource ->
pekko://ClusterActorLoggingSpec/user/$a, sourceActorSystem ->
ClusterActorLoggingSpec)
)
LoggingEvent(
INFO,
org.apache.pekko.cluster.typed.ClusterActorLoggingSpec,
ClusterActorLoggingSpec-pekko.actor.default-dispatcher-3,
Starting,
1721631006935,
None,
None,
- Map()
)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]