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
commitb77454ed16d2d01c2eea340dc0524aba1c962a4d (patch)
tree5e4f919539b016875956b28642741d71a361203c /kamon-core/src/main/resources
parent8ed58faae77db3773ded06ccb8e8529cfb9031d6 (diff)
downloadKamon-b77454ed16d2d01c2eea340dc0524aba1c962a4d.tar.gz
Kamon-b77454ed16d2d01c2eea340dc0524aba1c962a4d.tar.bz2
Kamon-b77454ed16d2d01c2eea340dc0524aba1c962a4d.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
}