aboutsummaryrefslogtreecommitdiff
path: root/kamon-autoweave/src/main/resources
diff options
context:
space:
mode:
authorDiego <diegolparra@gmail.com>2015-11-29 01:30:14 -0300
committerDiego <diegolparra@gmail.com>2015-12-09 13:32:50 -0300
commit68b3a96057a8cc93c0406f139b2bf9a91572cff5 (patch)
tree3d6f7891d4c0604c85f088be9905e25f3e9e7b70 /kamon-autoweave/src/main/resources
parenta9b9261aa17968df385dde29e9fe0e7eff5d370b (diff)
downloadKamon-68b3a96057a8cc93c0406f139b2bf9a91572cff5.tar.gz
Kamon-68b3a96057a8cc93c0406f139b2bf9a91572cff5.tar.bz2
Kamon-68b3a96057a8cc93c0406f139b2bf9a91572cff5.zip
+ kamon-autoweave: this new module allow attach the AspectJ loadtime weaving agent to a JVM after it has started (you don't need to use -javaagent). This offers extra flexibility but obviously any classes loaded before attachment will not be woven.
Diffstat (limited to 'kamon-autoweave/src/main/resources')
-rw-r--r--kamon-autoweave/src/main/resources/reference.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/kamon-autoweave/src/main/resources/reference.conf b/kamon-autoweave/src/main/resources/reference.conf
new file mode 100644
index 00000000..c47b1a5d
--- /dev/null
+++ b/kamon-autoweave/src/main/resources/reference.conf
@@ -0,0 +1,12 @@
+# ====================================== #
+# Kamon-Autowave Reference Configuration #
+# ====================================== #
+
+kamon {
+ autowave {
+ options {
+ verbose = false
+ showWeaveInfo = false
+ }
+ }
+} \ No newline at end of file