mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[GH-ISSUE #114] Endpoint for getting last n log lines #82
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#82
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 @dmarkey on GitHub (Feb 27, 2018).
Original GitHub issue: https://github.com/mthenw/frontail/issues/114
Hi,
Feature requests.
For our integration tests, when they fail it would be nice to be able to gather the logs from fronttail to add to the test failure output.
With curl would be nice. Tried to come up with something and failed.
David
@mthenw commented on GitHub (Feb 27, 2018):
Hey,
I'm not sure what do you mean. You would like to curl frontail for all logs?
@dmarkey commented on GitHub (Feb 27, 2018):
yes please!
@mthenw commented on GitHub (Feb 27, 2018):
Hmm, that's kinda tricky as frontail doesn't persist it. I gonna mark it as a feature but I don't have bandwidth to do that right now.
@dmarkey commented on GitHub (Feb 27, 2018):
@mthenw even if we could get the 2000 lines or whatever fronttail is configured to serve when it's first opened.
@mthenw commented on GitHub (Oct 23, 2018):
Interesting suggestion. I don't have time to do that right now but I'm happy to guide how to implement that. I'm leaving it open.