[GH-ISSUE #95] ability to tail output which is being redirected to stdout/stderr? #67

Closed
opened 2026-03-03 16:04:10 +03:00 by kerem · 2 comments
Owner

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-in tail command, now want to serve this using frontail. Other log files which are not symlinked are being served fine by frontail.

Do you know of a way I may be able to overcome this?

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-in `tail` command, now want to serve this using `frontail`. Other log files which are not symlinked are being served fine by `frontail`. Do you know of a way I may be able to overcome this?
kerem closed this issue 2026-03-03 16:04:10 +03:00
Author
Owner

@mthenw commented on GitHub (Apr 10, 2017):

As there is no support for files like /dev/stderr you can use frontail together with tail:

tail /dev/stderr | frontail -
<!-- gh-comment-id:292897599 --> @mthenw commented on GitHub (Apr 10, 2017): As there is no support for files like `/dev/stderr` you can use frontail together with tail: ``` tail /dev/stderr | frontail - ```
Author
Owner

@leonstafford commented on GitHub (Apr 10, 2017):

Awesome, thanks!

<!-- gh-comment-id:292898033 --> @leonstafford commented on GitHub (Apr 10, 2017): Awesome, thanks!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/frontail#67
No description provided.