aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources/reference.conf
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2014-07-09 00:14:05 -0300
committerIvan Topolnjak <ivantopo@gmail.com>2014-07-09 00:14:05 -0300
commit8ba30bfecd258d82ac901f8d932dac28b004b409 (patch)
treebeb4411808aaad67785ec7f4f26f0df65e166b77 /kamon-core/src/main/resources/reference.conf
parent7c68d6324cfca0e88c1cd49e9c65b69f68edf55a (diff)
downloadKamon-8ba30bfecd258d82ac901f8d932dac28b004b409.tar.gz
Kamon-8ba30bfecd258d82ac901f8d932dac28b004b409.tar.bz2
Kamon-8ba30bfecd258d82ac901f8d932dac28b004b409.zip
+ core: log a configurable error message when the application was started with the AspectJ Weaver, closes #48
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 3c8f3686..b3df73bf 100644
--- a/kamon-core/src/main/resources/reference.conf
+++ b/kamon-core/src/main/resources/reference.conf
@@ -26,6 +26,12 @@ kamon {
# be allocated once and reused it shouldn't impose a memory footprint issue.
default-collection-context-buffer-size = 33792
+ # Disables a big error message that will be typically logged if your application wasn't started
+ # with the -javaagent:/path-to-aspectj-weaver.jar option. If you are only using KamonStandalone
+ # it might be ok for you to turn this error off.
+ disable-aspectj-weaver-missing-error = false
+
+
dispatchers {
# Dispatcher for periodical gauge value recordings.