mirror of
https://github.com/taoensso/telemere.git
synced 2025-12-16 17:41:12 +00:00
[mod] Default signal-content-fn: swap ctx, kvs position
This commit is contained in:
parent
0464285ce1
commit
b208532788
1 changed files with 2 additions and 2 deletions
|
|
@ -597,8 +597,8 @@
|
|||
#?(:clj (when (enc/and* host incl-host?) (af " host: " (vf host)))) ; {:keys [ name ip]}
|
||||
#?(:clj (when (enc/and* thread incl-thread?) (af " thread: " (vf thread)))) ; {:keys [group name id]}
|
||||
(when (enc/not-empty-coll data) (af " data: " (vf data)))
|
||||
(when (enc/and* kvs incl-kvs?) (af " kvs: " (vf kvs)))
|
||||
(when (enc/not-empty-coll ctx) (af " ctx: " (vf ctx))))
|
||||
(when (enc/not-empty-coll ctx) (af " ctx: " (vf ctx)))
|
||||
(when (enc/and* kvs incl-kvs?) (af " kvs: " (vf kvs))))
|
||||
|
||||
(let [{:keys [run-form error]} signal]
|
||||
(when run-form
|
||||
|
|
|
|||
Loading…
Reference in a new issue