natefinch / lumberjack

lumberjack is a log rolling package for Go
MIT License
4.76k stars 585 forks source link

Rotate file when file original size add write size bigger then max fi… #117

Open ide-rea opened 3 years ago

ide-rea commented 3 years ago

…le size.

Signed-off-by: zhangxiaoyu zhangxiaoyu15@baidu.com

ide-rea commented 3 years ago

if info.Size()+int64(writeLen) = l.max(), file have enough space to write the bytes p, may not need to open a new file this time.