Fork me on GitHub
#timbre
<
2017-07-25
>
danboykis16:07:39

if anyone has feedback, i'd be happy to hear it

danboykis16:07:40

(timbre/merge-config!
      {:appenders {:spit (rolling/rolling-appender :path log-path :max-log-size (rolling/in-bytes [100 :mb]))}})
    timbre/*config*))

danboykis16:07:59

where rolling is an alias to example.file-size-rolling-appender

bja16:07:19

you might submit that as a PR to timbre

bja16:07:27

both for feedback as well as potential inclusion

bja16:07:42

(it also just makes it easier for people who have a similar problem to find it, even if the PR isn't ultimately accepted)

danboykis16:07:02

i guess it's worth a shot...