NarrativeScience-old / log.io

Real-time log monitoring in your browser
http://logio.org
Other
4.83k stars 698 forks source link

Persistent Log Display #131

Open sitz opened 10 years ago

sitz commented 10 years ago

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.

jansegre commented 9 years ago

+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.

ssimono commented 9 years ago

+1

hanneshal commented 9 years ago

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.

arthurlutz commented 9 years ago

+1

Alex30555 commented 9 years ago

+1

tony-ten commented 8 years ago

^ +1

scramble45 commented 8 years ago

+1

pici-masp commented 8 years ago

+1

squipa commented 8 years ago

+1