github natefinch/lumberjack v2.1
v2.1 - Introducing compression of rotated files

latest releases: v2.2.1, v2.2.0, v3.0.0-alpha...
6 years ago

Thanks to the hard work of the devs on Juju, lumberjack now supports compression of backup files.

The one very minor change in behavior is that if you call Rotate(), the rotation will occur in the background, where previously it would rotate on that thread. But since the rotation process now includes compression of log files, we didn't want all that time to be spent inside the mutex.

Don't miss a new lumberjack release

NewReleases is sending notifications on new releases.