Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh9 committed Feb 17, 2017
1 parent cd81838 commit b0eccb5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@ The Mapped Diagnostic Context (MDC) Propagation Akka Dispatcher

A Mapped Diagnostic Context (MDC) propagation Akka Dispatcher for the asynchronous environment of the Play Framework.

#### Links
Took the idea from here:
1. http://yanns.github.io/blog/2014/05/04/slf4j-mapped-diagnostic-context-mdc-with-play-framework/
2. https://github.com/jroper/thread-local-context-propagation/

The provided code logs an UUID, per request, by default.

Refer the code and customize to your whims and fancy.

> Created this project so that I can have the dispatcher in a separate jar, to make my development easier.
#### How To Use

1. Add the JitPack repository to your build file - build.sbt
Expand Down

0 comments on commit b0eccb5

Please sign in to comment.