Skip to content

v2.1 - Introducing compression of rotated files

Compare
Choose a tag to compare
@natefinch natefinch released this 31 May 16:07
· 9 commits to v2.0 since this release

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.