taoensso / timbre

Pure Clojure/Script logging library
https://www.taoensso.com/timbre
Eclipse Public License 1.0
1.44k stars 171 forks source link

Any interest in a GZIP rolling file appender? #269

Open matthewdowney opened 5 years ago

matthewdowney commented 5 years ago

Is anybody working on a file appender that GZIPs old files to save space? If not I'd like to add that feature to taoensso.timbre.appenders.3rd-party.rolling.

ptaoussanis commented 2 weeks ago

@matthewdowney Hi Matthew, in case it's helpful - just a heads-up that Telemere does have an out-the-box file handler that can do this.

Migration from Timbre is usually straightforward, otherwise you could copy the relevant code from Telemere without too much trouble.

Hope that helps a bit at least!