Skip to content

Commit

Permalink
#71: Add note re: possible future delay wrapping for :message+`:o…
Browse files Browse the repository at this point in the history
…utput` keys
  • Loading branch information
ptaoussanis committed Jul 7, 2014
1 parent ca4d2dd commit 20e773a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/taoensso/timbre.clj
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,9 @@
(let [juxtfn-args (if-not msg-type juxtfn-args ; tools.logging
(-> juxtfn-args
(dissoc :msg-type)
;; TODO Consider a breaking change here to
;; swap assoc'd message with a delay, as
;; per http://goo.gl/7YVSfj:
(assoc :message
(when-not (empty? args)
(case msg-type
Expand Down

0 comments on commit 20e773a

Please sign in to comment.