From 8c4f61d42c063223be652abf173a2e90ab75ab51 Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Tue, 25 Jun 2013 22:00:09 +0200 Subject: [PATCH] Trace all system actors --- atmos/src/main/resources/reference.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/atmos/src/main/resources/reference.conf b/atmos/src/main/resources/reference.conf index 64ca6986dd..da58238fd3 100644 --- a/atmos/src/main/resources/reference.conf +++ b/atmos/src/main/resources/reference.conf @@ -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 }