mirror of https://github.com/status-im/timbre.git
Postal appender now uses UTF-8 charset by default
This commit is contained in:
parent
1e0766d732
commit
a0d305f6c2
|
@ -22,7 +22,7 @@
|
|||
{:from \"Bob's logger <me@draines.com>\" :to \"foo@example.com\"}})"
|
||||
[& [appender-opts {:keys [postal-config subject-len body-fn]
|
||||
:or {subject-len 150
|
||||
body-fn (fn [output] [{:type "text/plain"
|
||||
body-fn (fn [output] [{:type "text/plain; charset=utf-8"
|
||||
:content output}])}}]]
|
||||
|
||||
(let [default-appender-opts
|
||||
|
|
Loading…
Reference in New Issue