Package logtail streams complete lines of a file with `tail -F`
semantics: while following, it reopens the file when it is recreated
(new inode) or truncated.
Tail streams lines of the file at path to emit. With follow, it keeps
polling for new output until ctx is done, reopening the file if it is
recreated or truncated — i.e. `tail -F` behavior.