Skip to content
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

Feature position #11

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Feature position #11

wants to merge 2 commits into from

Conversation

dizda
Copy link

@dizda dizda commented Sep 9, 2021

This new feature helps to start to tail within' the file from a specific location such as:

  • beginning of the file
  • an offset
  • the end of the file (what is being used currently)

This is useful when you'd like to resume the tail from where you've left before.
I use this feature for this library: https://github.com/dizda/file-trailer which helps to read logfile, then push each lines into an AMQP queue. In case the daemon has been stopped or crashed, it will emit these logs from where it stopped, a la logstash.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant