Inotify tail doesn't seem to properly work for files that are created and deleted quickly.
Using:
36ba8bc github.com/ActiveState/tail (heads/master)
Using the tailing config:
o := tail.Config{
Location: s,
// Poll: true,
ReOpen: true,
Follow: true,
MustExist: false,
}