mirror of https://github.com/status-im/timbre.git
Housekeeping for 7163f91
This commit is contained in:
parent
7163f91fbd
commit
03b9ab5c08
|
@ -64,7 +64,7 @@
|
|||
(try
|
||||
(when (> (.length log) max-size)
|
||||
(rotate-logs path backlog))
|
||||
(spit path (with-out-str (println output-str)) :append true)
|
||||
(spit path (str (output-fn data) "\n") :append true)
|
||||
(catch java.io.IOException _)))))})
|
||||
|
||||
;;;; Deprecated
|
||||
|
|
Loading…
Reference in New Issue