taoensso.timbre.appenders.3rd-party.rolling
Rolling file appender.
make-rolling-appender
(make-rolling-appender & [appender-merge opts])
DEPRECATED. Please use `rolling-appender` instead.
rolling-appender
(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}.