natefinch / lumberjack

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

Add smaller sizes increments #94

Closed TMesot closed 4 years ago

TMesot commented 4 years ago

Add MaxSizeKByte to overload MaxSize in MByte as requested in #37. It keeps API compatible with default value and MaxSizeKByte been an optional field.

Test MaxSizeKByte is added to ensure backward compatibility.