aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2014-03-24 23:56:07 -0300
committerIvan Topolnjak <ivantopo@gmail.com>2014-03-24 23:58:42 -0300
commita5cf2e2f600303ca1927d060196f95932153fe15 (patch)
tree6555ef9d95ac9110ed207b9e28244d5eae3cc8ac /kamon-core/src/main/resources
parentc941dd2b2556d3046f308d2995049dd35e84b3e3 (diff)
downloadKamon-a5cf2e2f600303ca1927d060196f95932153fe15.tar.gz
Kamon-a5cf2e2f600303ca1927d060196f95932153fe15.tar.bz2
Kamon-a5cf2e2f600303ca1927d060196f95932153fe15.zip
ensure that kamon.trace.ask-pattern-tracing setting is honored, closes #4
Diffstat (limited to 'kamon-core/src/main/resources')
-rw-r--r--kamon-core/src/main/resources/reference.conf3
1 files changed, 3 insertions, 0 deletions
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
}