We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tail.Config{ Follow: true, Poll: true, ReOpen: false, MustExist: true, Location: &tail.SeekInfo{0, os.SEEK_END}})
$ echo "test log 1" >> test.log $ >test.log $ echo "test log 2" >> test.log
can get 2 lines
$ echo "test log 1" >> test.log $ >test.log && echo "test log 2" >> test.log
will miss the second log
system:windows 7 64bit branch: master
The text was updated successfully, but these errors were encountered:
No branches or pull requests
config
case 1, OK
can get 2 lines
case 2, MISS
will miss the second log
env
system:windows 7 64bit
branch: master
The text was updated successfully, but these errors were encountered: