Fork me on GitHub
#ring
<
2016-05-10
>
zane21:05:16

@weavejester: Here's another one for you: We want all logging done on requests that have a request-id header set to include that id. Would you parameterize logging functions and make them available on the request map, or would you use a closure as with conn. https://clojurians.slack.com/archives/ring/p1460504518000047

zane21:05:38

Either would clearly work, but I'm wondering what's more idiomatic.