natefinch / lumberjack

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

No way to release entire lumberjack.Logger object #146

Open xiezhenye opened 2 years ago

xiezhenye commented 2 years ago

lumberjack start a goroutine with go l.millRun(), and will never release it. Close() only close current file.