Trace all system actors

This commit is contained in:
Patrik Nordwall 2013-06-25 22:00:09 +02:00
parent 007a8b2399
commit 8c4f61d42c

View file

@ -3,9 +3,12 @@ atmos {
enabled = true
send.port = 28667
max-length-long-message = 1000
max-length-short-message = 1000
traceable {
"/" = on
"/system/testActor*" = on
"/system/*" = on
"*" = on
}