aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources/reference.conf
diff options
context:
space:
mode:
authorDiego <diegolparra@gmail.com>2014-03-15 11:21:44 -0300
committerDiego <diegolparra@gmail.com>2014-03-15 11:25:02 -0300
commit321191c73e6a7a3d27931386c481cc032a42c336 (patch)
tree314ea012dbbc60201a2c80c036300ba1711cf777 /kamon-core/src/main/resources/reference.conf
parent54f37293b1faac5355c26a298db6b858114bc659 (diff)
downloadKamon-321191c73e6a7a3d27931386c481cc032a42c336.tar.gz
Kamon-321191c73e6a7a3d27931386c481cc032a42c336.tar.bz2
Kamon-321191c73e6a7a3d27931386c481cc032a42c336.zip
implementation of IMessageHandler interface in order to control Aspectj weaving messages through kamon
Diffstat (limited to 'kamon-core/src/main/resources/reference.conf')
-rw-r--r--kamon-core/src/main/resources/reference.conf12
1 files changed, 7 insertions, 5 deletions
diff --git a/kamon-core/src/main/resources/reference.conf b/kamon-core/src/main/resources/reference.conf
index a6dd6c15..706132bd 100644
--- a/kamon-core/src/main/resources/reference.conf
+++ b/kamon-core/src/main/resources/reference.conf
@@ -23,8 +23,6 @@ kamon {
}
]
-
-
precision {
actor {
processing-time {
@@ -52,12 +50,16 @@ kamon {
}
}
}
-
-
-
}
trace {
ask-pattern-tracing = off
}
+
+ weaver {
+ showWeaveInfo = off
+ verbose = off
+ debug = off
+ showWarn = off
+ }
} \ No newline at end of file