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://ClusterActorLoggingSpec@10.1.0.31: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: notifications-unsubscr...@pekko.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org
For additional commands, e-mail: notifications-h...@pekko.apache.org

Reply via email to