mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[GH-ISSUE #152] Dynamic multiple file support #107
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#107
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 @aigarius on GitHub (Dec 12, 2018).
Original GitHub issue: https://github.com/mthenw/frontail/issues/152
As an extension of multiple file support it would be nice to be able to have the backend watch the filesystem and see when you files matching the specified masks appear in the filesystem and then adding them to the list of files to show.
This would be well complimented by the feature of files being in separate tabs and the ability to pause/resume tailing individual files.
@RickeyWard commented on GitHub (Feb 2, 2019):
Bump for tabs
@tux-84 commented on GitHub (Oct 17, 2019):
+1 for tabs since loading many logfiles takes time when they get bigger. So performance could be increased in a great way when inactive tabs are not loading new content until being called again.
@timdonovanuk commented on GitHub (Mar 17, 2021):
+1. At the moment it doesn't even pick up when new log files are created under the log dir.