lumber
lumber copied to clipboard
Panic on multiple log.Close() calls
Calling log.Close() more than once will cause a panic with:
runtime error: close of closed channel
The close method should be safe to call multiple times.