mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-27 02:35:48 +03:00
[GH-ISSUE #211] feature request: select file in GUI from url #141
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#141
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 @bwa on GitHub (May 23, 2020).
Original GitHub issue: https://github.com/mthenw/frontail/issues/211
If running
/frontail-linux /logsdir1/* /logsdir2/*
I would like to start the web UI with a sepeific file as parameter i.e
http://localhost:9001/?file=/logsdir1/some-logsfile.log
an with options: from is in
http://localhost:9001/?file=/logsdir1/some-logsfile.log&from=0
where 0 means the whole file,
-2000 means the last 2000 lines (and corresponding whatever negative value)
100 means from line 100 ( and corresponding whatever positive value)