From 48fb1a22bdfb3ae7fbd0abe0a37fb8d846d38dca Mon Sep 17 00:00:00 2001 From: Peter Vlugter Date: Mon, 24 Jun 2013 10:25:38 +1200 Subject: [PATCH] Update atmos test configuration to trace testActors --- atmos/src/main/resources/reference.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/atmos/src/main/resources/reference.conf b/atmos/src/main/resources/reference.conf index ac3e67ff7f..64ca6986dd 100644 --- a/atmos/src/main/resources/reference.conf +++ b/atmos/src/main/resources/reference.conf @@ -5,7 +5,10 @@ atmos { traceable { "/" = on + "/system/testActor*" = on + "*" = on } + sampling { "*" = 1 }