mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[GH-ISSUE #95] ability to tail output which is being redirected to stdout/stderr? #67
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#67
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 @leonstafford on GitHub (Apr 10, 2017).
Original GitHub issue: https://github.com/mthenw/frontail/issues/95
I have a log file in a Docker container, which is symlinked to
/dev/stderr. Have been tailing this with built-intailcommand, now want to serve this usingfrontail. Other log files which are not symlinked are being served fine byfrontail.Do you know of a way I may be able to overcome this?
@mthenw commented on GitHub (Apr 10, 2017):
As there is no support for files like
/dev/stderryou can use frontail together with tail:@leonstafford commented on GitHub (Apr 10, 2017):
Awesome, thanks!