mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[GH-ISSUE #4] tailing multiple files doesn't seem to work #3
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#3
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 @cabbiepete on GitHub (May 3, 2012).
Original GitHub issue: https://github.com/mthenw/frontail/issues/4
I tried the following
And can see the resulting tail command in my ps
But I am getting nothing in the browser when I browse to port 9001
If I tail just one file it works great.
@cabbiepete commented on GitHub (May 3, 2012):
Am running on ubuntu lucid 64bit
Manual tail command works as expected also
@cabbiepete commented on GitHub (May 3, 2012):
I changed the io.sockets.on('connection part to
And now I get the following when I refresh the browser after I start it
I'm not entirely sure but I think we're getting 2 stdouts or something and the code doesn't handle that??
@mthenw commented on GitHub (May 3, 2012):
Hi,
thanks for reporting!
Probably there is a bug in args passing. I will fix it tomorrow :)