From 49eb51ed37d8af28377eb398afe5e8f6c374396e Mon Sep 17 00:00:00 2001 From: Diego Date: Mon, 20 Oct 2014 13:35:08 -0300 Subject: ! kamon-core: Remove KamonWeaverMessageHandler to avoid dependencies issues and closes #97 --- kamon-core/src/main/resources/reference.conf | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'kamon-core/src/main/resources/reference.conf') 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 -- cgit v1.2.3