tail icon indicating copy to clipboard operation
tail copied to clipboard

[Revamped] Go package for reading from continuously updated files (tail -f)

Results 30 tail issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) from 1.6.0 to 1.7.0. Release notes Sourced from github.com/fsnotify/fsnotify's releases. v1.7.0 This version of fsnotify needs Go 1.17. Additions illumos: add FEN backend to support illumos and Solaris....

dependencies

**Describe the bug** We have a file that we're tailing where we're also interested in the file offset location. However, when we do `t.Tell()`, we sometimes run into the exception...

bug

Should fix issue https://github.com/hpcloud/tail/issues/121 that appears as fixed in #6

Make trimming line breaks optional with config parameter

I am using this library in production for years now and recently gotten in to more and more scenarios in which apps are crashing because watchers can not be created....

bug

Currently when StopAtEOF is called, and we previously encountered an EOF already, we stop reading the file immediately. However when tailing a file, new data might have become available in...

**Describe the bug** When errors occur, it is important to get the error message logged out. Otherwise it can get very annoying to debug. I have for example hit the...

If you sent an issue/PR to hpcloud, you can have a look at [this meta issue](https://github.com/nxadm/tail/issues/6) tracking issues and PRs of the dormant upstream. However, as the code bases diverge...

bug

If you sent an issue/PR to hpcloud, you can have a look at [this meta issue](https://github.com/nxadm/tail/issues/6) tracking issues and PRs of the dormant upstream. However, as the code bases diverge...

enhancement