taoensso.timbre.appenders.community.rolling
Rolling file appender.
rolling-appender
clj
(rolling-appender & [{:keys [path pattern], :or {path "./timbre-rolling.log", pattern :daily}}])
Returns a Rolling file appender. Opts: :path - logfile path. :pattern - frequency of rotation, e/o {:daily :weekly :monthly}.