natefinch / lumberjack

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

MaxSize should be in kilobytes. #84

Closed anasanzari closed 5 years ago

natefinch commented 5 years ago

This is a duplicate of #37 - the size should really be in bytes, so you can specify whatever size you want. Making it megabytes was a mistake. I probably will add a new field that is bytes, and maybe a constructor that takes bytes, and deprecate using the struct directly.