mirror of
https://github.com/taoensso/telemere.git
synced 2025-12-18 10:11:10 +00:00
[fix] [#55] SLF4J signals should include *ctx*
This commit is contained in:
parent
c60f33edeb
commit
79173a68cc
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@
|
||||||
:inst inst
|
:inst inst
|
||||||
:error error
|
:error error
|
||||||
|
|
||||||
:ctx
|
:ctx+
|
||||||
(when-let [hmap (org.slf4j.MDC/getCopyOfContextMap)]
|
(when-let [hmap (org.slf4j.MDC/getCopyOfContextMap)]
|
||||||
(clojure.lang.PersistentHashMap/create hmap))
|
(clojure.lang.PersistentHashMap/create hmap))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue