diff --git a/src/taoensso/timbre.clj b/src/taoensso/timbre.clj index 252457b..bdf7a16 100644 --- a/src/taoensso/timbre.clj +++ b/src/taoensso/timbre.clj @@ -168,7 +168,7 @@ :min-level nil :enabled? false :async? false :rate-limit nil :fn (fn [{:keys [ap-config output]}] ; Can use any appender args (when-let [filename (:spit-filename ap-config)] - (try (spit filename output :append true) + (try (spit filename (str output "\n") :append true) (catch java.io.IOException _))))}}}) (utils/defonce* config (atom example-config))