aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources
diff options
context:
space:
mode:
authorDiego <diegolparra@gmail.com>2014-10-20 13:35:08 -0300
committerDiego <diegolparra@gmail.com>2014-10-20 13:35:08 -0300
commit49eb51ed37d8af28377eb398afe5e8f6c374396e (patch)
tree4ecd2ffc95bf403c1bea440eb3d1290227e6a6f4 /kamon-core/src/main/resources
parente7991fd2e38e36d6526db1e443bdce04bed39622 (diff)
downloadKamon-49eb51ed37d8af28377eb398afe5e8f6c374396e.tar.gz
Kamon-49eb51ed37d8af28377eb398afe5e8f6c374396e.tar.bz2
Kamon-49eb51ed37d8af28377eb398afe5e8f6c374396e.zip
! kamon-core: Remove KamonWeaverMessageHandler to avoid dependencies issues and closes #97
Diffstat (limited to 'kamon-core/src/main/resources')
-rw-r--r--kamon-core/src/main/resources/META-INF/aop.xml2
-rw-r--r--kamon-core/src/main/resources/reference.conf14
2 files changed, 1 insertions, 15 deletions
diff --git a/kamon-core/src/main/resources/META-INF/aop.xml b/kamon-core/src/main/resources/META-INF/aop.xml
index a272320f..cd7b1645 100644
--- a/kamon-core/src/main/resources/META-INF/aop.xml
+++ b/kamon-core/src/main/resources/META-INF/aop.xml
@@ -29,7 +29,7 @@
<aspect name="akka.instrumentation.AskPatternInstrumentation"/>
</aspects>
- <weaver options="-XmessageHandlerClass:kamon.weaver.logging.KamonWeaverMessageHandler">
+ <weaver>
<include within="scala.concurrent..*"/>
<include within="scalaz.concurrent..*"/>
<include within="akka..*"/>
diff --git a/kamon-core/src/main/resources/reference.conf b/kamon-core/src/main/resources/reference.conf
index ace05e87..12e21bd7 100644
--- a/kamon-core/src/main/resources/reference.conf
+++ b/kamon-core/src/main/resources/reference.conf
@@ -132,18 +132,4 @@ kamon {
# the future was created.
ask-pattern-tracing = off
}
-
- weaver {
-
- # AspectJ options supported by LTW
- # showWeaveInfo: show informational messages whenever the weaver touches a class file.
- # verbose: show informational messages about the weaving process.
- # debug: show a messages for each class passed to the weaver indicating whether it was woven, excluded or ignored.
- # showWarn: show warning messages about the weaving process.
-
- showWeaveInfo = off
- verbose = off
- debug = off
- showWarn = off
- }
} \ No newline at end of file