hpcloud / tail

Go package for reading from continously updated files (tail -f)
MIT License
2.7k stars 502 forks source link

Can't tail multiple file #174

Open christbiz86 opened 3 years ago

christbiz86 commented 3 years ago

Hi, i can't tail multiple file for example code like below :

tail.TailFile("/var/log/api/logsignup*", tail.Config{Follow: true})

Its showing message : Waiting for /var/log/api/logsignup* to appear...

And i've been waiting more than an hour (i've 4 files with total size is around 20 KB)