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
commite7a33a53b2eb3c25fea0cb6da2b54b84c94761bd (patch)
tree0bb664efd7896b5e31778922f76384a1a87594c8 /kamon-core/src/main/resources
parent36ca84c0505c65e7c4947d0b0a7edf12fcdec48e (diff)
downloadKamon-e7a33a53b2eb3c25fea0cb6da2b54b84c94761bd.tar.gz
Kamon-e7a33a53b2eb3c25fea0cb6da2b54b84c94761bd.tar.bz2
Kamon-e7a33a53b2eb3c25fea0cb6da2b54b84c94761bd.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 {