Skip to content

Commit

Permalink
[mod] Postal appender: switch to new output-opts API
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Feb 27, 2023
1 parent 09c64dc commit 95bce09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/taoensso/timbre/appenders/postal.clj
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ sdf"))
:min-level :warn ; Elevated
:rate-limit [[5 (enc/ms :mins 2)]
[50 (enc/ms :hours 24)]]
:output-fn (partial timbre/default-output-fn
{:stacktrace-fonts {}})
:output-opts {:stacktrace-fonts {}}
:fn
(fn [data]
(let [{:keys [output_]} data
Expand Down

0 comments on commit 95bce09

Please sign in to comment.