aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources/META-INF
diff options
context:
space:
mode:
authorIvan Topolnak <ivantopo@gmail.com>2013-10-04 16:12:29 -0300
committerIvan Topolnak <ivantopo@gmail.com>2013-10-04 16:12:29 -0300
commitbe683c67235e95daa6d980b91271ef06364f3567 (patch)
tree152e0010e00846f241432a64b78d4ecee0370ecc /kamon-core/src/main/resources/META-INF
parentd5fef9225bd89238844e97f3b461bb1a4ce19986 (diff)
downloadKamon-be683c67235e95daa6d980b91271ef06364f3567.tar.gz
Kamon-be683c67235e95daa6d980b91271ef06364f3567.tar.bz2
Kamon-be683c67235e95daa6d980b91271ef06364f3567.zip
Simplify logging instrumentation and integrate it with kamon-core, kamon-ouw is gone.
Diffstat (limited to 'kamon-core/src/main/resources/META-INF')
-rw-r--r--kamon-core/src/main/resources/META-INF/aop.xml2
1 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 104d7f78..349fc56d 100644
--- a/kamon-core/src/main/resources/META-INF/aop.xml
+++ b/kamon-core/src/main/resources/META-INF/aop.xml
@@ -14,7 +14,7 @@
<aspect name="kamon.instrumentation.SprayOpenRequestContextTracing"/>
<aspect name = "kamon.instrumentation.SprayServerInstrumentation"/>
<aspect name="kamon.instrumentation.ActorSystemInstrumentation"/>
-
+ <aspect name="kamon.instrumentation.ActorLoggingInstrumentation"/>
<!--<aspect name="kamon.instrumentation.MessageQueueInstrumentation" />-->
<!--<aspect name="kamon.instrumentation.InceptionAspect"/>-->