natefinch / lumberjack

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

Supports symbolic link #102

Closed chenjiandongx closed 4 years ago

chenjiandongx commented 4 years ago

@natefinch Hi,

I think it will be better if lumberjack can support the symbolic link so that we needn't find out what logfile used in the current time.

At the most, we just use the command like tail -f applog to see what happens now.