aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources
diff options
context:
space:
mode:
authorIvan Topolnak <ivantopo@gmail.com>2013-08-13 18:50:19 -0300
committerIvan Topolnak <ivantopo@gmail.com>2013-08-13 18:50:19 -0300
commit5f12ee932b1d5ba28b775058fe35f8d7ba16b1bf (patch)
treece063f2a917b4eb3115e718e998ad99454f54fc4 /kamon-core/src/main/resources
parent18656c723881ebfd8ade43a990fe73beba5690d0 (diff)
downloadKamon-5f12ee932b1d5ba28b775058fe35f8d7ba16b1bf.tar.gz
Kamon-5f12ee932b1d5ba28b775058fe35f8d7ba16b1bf.tar.bz2
Kamon-5f12ee932b1d5ba28b775058fe35f8d7ba16b1bf.zip
wip
Diffstat (limited to 'kamon-core/src/main/resources')
-rw-r--r--kamon-core/src/main/resources/META-INF/aop.xml1
-rw-r--r--kamon-core/src/main/resources/application.conf1
2 files changed, 1 insertions, 1 deletions
diff --git a/kamon-core/src/main/resources/META-INF/aop.xml b/kamon-core/src/main/resources/META-INF/aop.xml
index e6d61fa1..0f1895ec 100644
--- a/kamon-core/src/main/resources/META-INF/aop.xml
+++ b/kamon-core/src/main/resources/META-INF/aop.xml
@@ -9,6 +9,7 @@
<aspect name="kamon.instrumentation.ActorRefTellInstrumentation"/>
<aspect name="kamon.instrumentation.ActorCellInvokeInstrumentation"/>
+ <aspect name="kamon.instrumentation.UnregisteredActorRefInstrumentation"/>
<aspect name="kamon.instrumentation.RunnableInstrumentation" />
<aspect name="kamon.instrumentation.MessageQueueInstrumentation" />
diff --git a/kamon-core/src/main/resources/application.conf b/kamon-core/src/main/resources/application.conf
index 06bdf13a..1378e75e 100644
--- a/kamon-core/src/main/resources/application.conf
+++ b/kamon-core/src/main/resources/application.conf
@@ -1,7 +1,6 @@
akka {
loglevel = DEBUG
stdout-loglevel = DEBUG
- log-dead-letters = on
actor {
default-dispatcher {
fork-join-executor {