natefinch / lumberjack

lumberjack is a log rolling package for Go
MIT License
4.79k stars 591 forks source link

outdated code via zip file download method #108

Open michael13491 opened 4 years ago

michael13491 commented 4 years ago

It seems the code within the zip file is not up to date.

Specifically, the code downloaded does not contain rotated log compression support. The type Logger struct does not contain the Compress field.

Is this intentional? am I missing something?

Thanks