Skip to content

Commit

Permalink
[mod] Default signal-content-fn: swap ctx, kvs position
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Nov 12, 2024
1 parent ee1eec7 commit dc995e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/main/src/taoensso/telemere/utils.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc995e9

Please sign in to comment.