mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 18:25:54 +03:00
[GH-ISSUE #150] Multiple files do not show after refresh #104
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#104
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 @robguinness on GitHub (Nov 20, 2018).
Original GitHub issue: https://github.com/mthenw/frontail/issues/150
I've noticed that when serving multiple files, only one file is displayed after a browser refresh.
Steps to reproduce:
$ frontail -n 30 --url-path /frontail /var/log/nginx/access.log /var/log/nginx/error.logExpected behavior
Actual behavior
@mthenw commented on GitHub (Nov 28, 2018):
Hey, @robguinness
which version do you run?
@robguinness commented on GitHub (Jan 8, 2019):
Sorry for the delayed response. v4.4.0
@mthenw commented on GitHub (Jan 8, 2019):
@robguinness can you try with the new version?
@jmahmens commented on GitHub (Jan 13, 2019):
Hi, I'm using frontail with openhab to shoe the logs.
With frontail 4.5.3 only the last given log is shown.
frontail.service:
ExecStart=/usr/bin/frontail --ui-highlight --ui-higlight-preset /usr/lib/node_modules/frontail/preset/openhab.json -t openhab -l 6000 -n 600 /var/log/openhab2/events.log /var/log/openhab2/openhab.logSwaping event.log and openhab.log and reload/restart service shows the other.
Highlighting with some other then default or dark wont work.
@mthenw commented on GitHub (Jan 14, 2019):
@jmahmens thanks for reporting. Can you open the new issue with your problem?