hey @bja i wrote size based rolling appender https://gist.github.com/danboykis/152e3418fa3c03aaf1df2d8972ee01c9
if anyone has feedback, i'd be happy to hear it
(timbre/merge-config!
{:appenders {:spit (rolling/rolling-appender :path log-path :max-log-size (rolling/in-bytes [100 :mb]))}})
timbre/*config*))
where rolling is an alias to example.file-size-rolling-appender
nice
you might submit that as a PR to timbre
both for feedback as well as potential inclusion
(it also just makes it easier for people who have a similar problem to find it, even if the PR isn't ultimately accepted)
i guess it's worth a shot...