aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources
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
commit7eebe28b73d3417579748f6fbf1c3e5f3a0ead8c (patch)
treeb152062350b5d08035f328cb8a027ada8ee222c0 /kamon-core/src/main/resources
parent516be79dc872fff9ea1e818f859a5989f58e3226 (diff)
downloadKamon-7eebe28b73d3417579748f6fbf1c3e5f3a0ead8c.tar.gz
Kamon-7eebe28b73d3417579748f6fbf1c3e5f3a0ead8c.tar.bz2
Kamon-7eebe28b73d3417579748f6fbf1c3e5f3a0ead8c.zip
= core: minor cleanup before release
Diffstat (limited to 'kamon-core/src/main/resources')
-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