[GH-ISSUE #131] Persistent Log Display #103

Open
opened 2026-02-26 05:31:20 +03:00 by kerem · 9 comments
Owner

Originally created by @sitz on GitHub (Sep 19, 2014).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/131

I was wondering if we can allow the logs on screen to persist unless explicitly told to clear it up.
If, during analysis, someone accidentally refreshes the page, everything is gone as of now!

Can you suggest a good way to load a configurable number of lines from the file (something like tail -n 1000) whenever the web page is refreshed or, opened up for the first time?
Everything else displayed in real time works for me.

Originally created by @sitz on GitHub (Sep 19, 2014). Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/131 I was wondering if we can allow the logs on screen to persist unless explicitly told to clear it up. If, during analysis, someone accidentally refreshes the page, everything is gone as of now! Can you suggest a good way to load a configurable number of lines from the file (something like `tail -n 1000`) whenever the web page is refreshed or, opened up for the first time? Everything else displayed in real time works for me.
Author
Owner

@jansegre commented on GitHub (Oct 1, 2014):

+1 on that!
I know the main feature of log.io is log aggregation, but for the time being lack of a history is why I'm still not using it. Most of the time I miss aggregation is when tracking down a specific error which is a mess if the logs are distributed.
I may try to add this feature in the near future if I get the time for it. I'll open a PR if I do.

<!-- gh-comment-id:57527386 --> @jansegre commented on GitHub (Oct 1, 2014): +1 on that! I know the main feature of log.io is log aggregation, but for the time being lack of a **history** is why I'm still not using it. Most of the time I miss aggregation is when tracking down a specific error which is a mess if the logs are distributed. I may try to add this feature in the near future if I get the time for it. I'll open a PR if I do.
Author
Owner

@ssimono commented on GitHub (Dec 3, 2014):

+1

<!-- gh-comment-id:65392711 --> @ssimono commented on GitHub (Dec 3, 2014): +1
Author
Owner

@hanneshal commented on GitHub (Dec 4, 2014):

Just a note: A simple local storage mechanism (save+read+delete) might be the solution with the smallest footprint without turning log.io to logstash.

<!-- gh-comment-id:65552276 --> @hanneshal commented on GitHub (Dec 4, 2014): Just a note: A simple local storage mechanism (save+read+delete) might be the solution with the smallest footprint without turning log.io to logstash.
Author
Owner

@arthurlutz commented on GitHub (Jan 19, 2015):

+1

<!-- gh-comment-id:70467165 --> @arthurlutz commented on GitHub (Jan 19, 2015): +1
Author
Owner

@Alex30555 commented on GitHub (Jan 26, 2015):

+1

<!-- gh-comment-id:71496345 --> @Alex30555 commented on GitHub (Jan 26, 2015): +1
Author
Owner

@tony-ten commented on GitHub (Oct 20, 2015):

^ +1

<!-- gh-comment-id:149720050 --> @tony-ten commented on GitHub (Oct 20, 2015): ^ +1
Author
Owner

@scramble45 commented on GitHub (Jan 13, 2016):

+1

<!-- gh-comment-id:171302932 --> @scramble45 commented on GitHub (Jan 13, 2016): +1
Author
Owner

@pici-masp commented on GitHub (Jun 30, 2016):

+1

<!-- gh-comment-id:229586608 --> @pici-masp commented on GitHub (Jun 30, 2016): +1
Author
Owner

@squipa commented on GitHub (Jul 28, 2016):

+1

<!-- gh-comment-id:235836057 --> @squipa commented on GitHub (Jul 28, 2016): +1
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/log.io-NarrativeScience-old#103
No description provided.