aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources/reference.conf
diff options
context:
space:
mode:
authorDiego <diegolparra@gmail.com>2014-04-09 22:17:57 -0300
committerDiego <diegolparra@gmail.com>2014-04-09 22:17:57 -0300
commita0d15d146c03a451f82c6f22bfebd04adc55b643 (patch)
tree3bd733e876912eee20c7eb6d392f2924eaf54fa4 /kamon-core/src/main/resources/reference.conf
parent5ebd026ee1dc1204f02f536104bade736c9a5b18 (diff)
downloadKamon-a0d15d146c03a451f82c6f22bfebd04adc55b643.tar.gz
Kamon-a0d15d146c03a451f82c6f22bfebd04adc55b643.tar.bz2
Kamon-a0d15d146c03a451f82c6f22bfebd04adc55b643.zip
= core: minor cleanup before release
Diffstat (limited to 'kamon-core/src/main/resources/reference.conf')
-rw-r--r--kamon-core/src/main/resources/reference.conf6
1 files changed, 6 insertions, 0 deletions
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