aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorCarlos Ferreyra <cferreyra@despegar.com>2013-12-26 14:39:36 -0300
committerCarlos Ferreyra <cferreyra@despegar.com>2013-12-26 14:39:36 -0300
commit5606d35cb9f06ac655ea2abc4f0aa2e53c892b0f (patch)
treebf7370d3290fef942de875d169db392640fb9db2 /project
parentda5f0b89ab1912c84f948872fa54bef761ffe173 (diff)
downloadKamon-5606d35cb9f06ac655ea2abc4f0aa2e53c892b0f.tar.gz
Kamon-5606d35cb9f06ac655ea2abc4f0aa2e53c892b0f.tar.bz2
Kamon-5606d35cb9f06ac655ea2abc4f0aa2e53c892b0f.zip
Added new respondWithUow directive to add the X-UOW header back in the response.
Changed ActorLogging to just propagate the trace context (does not add to the MDC anymore). Created UowConverter to let logback know where the extract the UOW from.
Diffstat (limited to 'project')
-rw-r--r--project/Build.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/project/Build.scala b/project/Build.scala
index 3a6d4f13..3faf7adc 100644
--- a/project/Build.scala
+++ b/project/Build.scala
@@ -31,7 +31,7 @@ object Build extends Build {
.settings(aspectJSettings: _*)
.settings(
libraryDependencies ++=
- compile(akkaActor, aspectJ) ++
+ compile(akkaActor, aspectJ, logback) ++
test(scalatest, akkaTestKit, sprayTestkit, akkaSlf4j, logback))
.dependsOn(kamonCore)
@@ -94,4 +94,4 @@ object Build extends Build {
val noPublishing = Seq(publish := (), publishLocal := ())
-} \ No newline at end of file
+}