From a0d15d146c03a451f82c6f22bfebd04adc55b643 Mon Sep 17 00:00:00 2001 From: Diego Date: Wed, 9 Apr 2014 22:17:57 -0300 Subject: = core: minor cleanup before release --- kamon-core/src/main/resources/reference.conf | 6 ++++++ 1 file changed, 6 insertions(+) (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 d5ed8825..f29b9220 100644 --- a/kamon-core/src/main/resources/reference.conf +++ b/kamon-core/src/main/resources/reference.conf @@ -64,6 +64,12 @@ kamon { } 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 -- cgit v1.2.3