From a5cf2e2f600303ca1927d060196f95932153fe15 Mon Sep 17 00:00:00 2001 From: Ivan Topolnjak Date: Mon, 24 Mar 2014 23:56:07 -0300 Subject: ensure that kamon.trace.ask-pattern-tracing setting is honored, closes #4 --- kamon-core/src/main/resources/reference.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kamon-core/src/main/resources') diff --git a/kamon-core/src/main/resources/reference.conf b/kamon-core/src/main/resources/reference.conf index 706132bd..3868b743 100644 --- a/kamon-core/src/main/resources/reference.conf +++ b/kamon-core/src/main/resources/reference.conf @@ -53,6 +53,9 @@ kamon { } trace { + # If ask-pattern-tracing is enabled, a WARN level log message will be generated if a future generated by the `ask` + # pattern fails with a `AskTimeoutException` and the log message will contain a stack trace captured at the moment + # the future was created. ask-pattern-tracing = off } -- cgit v1.2.3