pekko/akka-durable-mailboxes
Roland 6a8e516b6c change source tag in log events from AnyRef to String
- ensure that no “complex” things are attached to a LogEvent (think
  serialization)
- ensure no escaping the “this” reference via LoggingBus during
  constructors (e.g. ActorSystem)
- change it so that
    + Actor/ActorRef are represented by their address
    + Class[_] by simpleName
    + String by itself
- this means that people need to think a little more while deciding how
  “this” should look like in logging (which I think is a good thing)
2011-11-18 12:24:04 +01:00
..
akka-beanstalk-mailbox/src change source tag in log events from AnyRef to String 2011-11-18 12:24:04 +01:00
akka-file-mailbox/src change source tag in log events from AnyRef to String 2011-11-18 12:24:04 +01:00
akka-mailboxes-common/src Adding DispatcherPrerequisites to hold the common dependencies that a dispatcher needs to be created 2011-11-17 16:09:18 +01:00
akka-mongo-mailbox/src change source tag in log events from AnyRef to String 2011-11-18 12:24:04 +01:00
akka-redis-mailbox/src change source tag in log events from AnyRef to String 2011-11-18 12:24:04 +01:00
akka-zookeeper-mailbox/src change source tag in log events from AnyRef to String 2011-11-18 12:24:04 +01:00