mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[GH-ISSUE #26] Frontail a directory #16
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#16
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 @tommedema on GitHub (Dec 6, 2013).
Original GitHub issue: https://github.com/mthenw/frontail/issues/26
Great little project this is.
I'd like to use this for a rotating log system I have. Unfortunately the file names keep changes due to the rotating nature of the system. Therefore it would be useful if I could specify a folder to monitor, and then when I visit the site it would show me all available files within this folder.
@mthenw commented on GitHub (Dec 17, 2013):
Currently if you specify a directory you will get tail from all files located in this dir. I think this is desired behavior.
@emilsoman commented on GitHub (Sep 1, 2015):
@mthenw Is this still the current behavior? Asking because when I run frontail with a directory,
I get the following error:
@mthenw commented on GitHub (Sep 1, 2015):
@emilsoman I think so, but you have to put * at the end. So
frontail /var/log/*should work.@emilsoman commented on GitHub (Sep 2, 2015):
@mthenw that works. Thanks!
@mnsrulz commented on GitHub (Dec 30, 2021):
@mthenw while I am trying to fontail a directory as
frontail .vscode/logs/log*.txtor
frontail .vscode/logs/*it gives me below error in the windows os
at the same time if I just tail a single file it runs fine
frontail .vscode/logs/log.txtIs there something you can advise on this?