natefinch / lumberjack

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

change to kilobyte&add newline function #58

Closed SITSGRestia closed 5 years ago

natefinch commented 5 years ago

We can't switch the size to kilobytes directly. That would break everyone who upgraded to the new version. I'll probably create a constructor function that'll take bytes and that'll fix things.