mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[GH-ISSUE #137] Add button to stop/restart watch #97
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#97
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @webjoel on GitHub (Aug 31, 2018).
Original GitHub issue: https://github.com/mthenw/frontail/issues/137
The lib
node-tailtail enables to start/stop watch:It's very good for many logs in little time when necessary analyse the log, so watch stop and after, start watch again.
It would be interesting to add this feature in this project as well.
I have an application that generates many logs.
@mthenw commented on GitHub (Aug 31, 2018):
Hey @webjoel
are you referring to https://www.npmjs.com/package/node-tail?
@webjoel commented on GitHub (Aug 31, 2018):
@mthenw Not, really is: https://www.npmjs.com/package/tail
Suggestion:
1 - Use this lib I quoted;
2 - Create the similar feature in this project;
@mthenw commented on GitHub (Sep 4, 2018):
I've been thinking about switching to this library (which also means supporting Windows OS) but there is no way to set an initial number of lines. Not sure how it will perform. I need to test it.
@webjoel commented on GitHub (Sep 4, 2018):
I understand, meanwhile, in the current implementation, is it possible to add this stop and continue feature?
@mthenw commented on GitHub (Sep 5, 2018):
Technically it's possible, but I'm probably not able to spend time on that. Are you interested in contributing?
@webjoel commented on GitHub (Sep 5, 2018):
Okay, I'll try to develop.