- 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)
|
||
|---|---|---|
| .. | ||
| akka-beanstalk-mailbox/src | ||
| akka-file-mailbox/src | ||
| akka-mailboxes-common/src | ||
| akka-mongo-mailbox/src | ||
| akka-redis-mailbox/src | ||
| akka-zookeeper-mailbox/src | ||