-
Notifications
You must be signed in to change notification settings - Fork 504
New issue
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
Exits the the program without any error once the File is deleted/rotated on Ubuntu x86_64 GNU/Linux #90
Comments
Looking into detail I found that on deletion of the file inotify watcher is getting closed. |
I believe I am seeing the same problem with Follow: true, Reopen: true. In my code, it is transient when I set or unset a logger, which leads me to suspect that it's some kind of race condition. |
Also, setting |
thanks @willf, |
seems to be related to hpcloud/tail#90
seems to be related to hpcloud/tail#90
seems to be related to hpcloud/tail#90
Exits the Program without throwing any error on Ubuntu Linux x86_64, though it works perfectly on Macintosh.
*Already Added these flags: *
Follow: true,
ReOpen: true
Last line to be printed by Lib is as below:
After this it just exists without any error.
The text was updated successfully, but these errors were encountered: