diff --git a/src/taoensso/timbre/appenders/postal.clj b/src/taoensso/timbre/appenders/postal.clj index 9971d41..dfcc7bc 100644 --- a/src/taoensso/timbre/appenders/postal.clj +++ b/src/taoensso/timbre/appenders/postal.clj @@ -17,6 +17,6 @@ (let [[subject & body] args] (postal/send-message (assoc postal-config - :subject (str prefix " - " subject) + :subject (str prefix " - " (or subject throwable)) :body (str (str/join \space body) (timbre/stacktrace throwable "\n")))))))}) \ No newline at end of file