From 7371ea60bfa60edcf64c119a969e705aaaa2ae4d Mon Sep 17 00:00:00 2001 From: Ivan Topolnjak Date: Wed, 9 Jul 2014 00:14:05 -0300 Subject: + core: log a configurable error message when the application was started with the AspectJ Weaver, closes #48 --- kamon-core/src/main/resources/reference.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'kamon-core/src/main/resources/reference.conf') 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. -- cgit v1.2.3