Toparvion / analog

🔎 Flexible web-based real-time log viewer
MIT License
19 stars 5 forks source link

Download current log file #10

Closed Toparvion closed 6 years ago

Toparvion commented 6 years ago

Context

AnaLog is designed to act as tail utility - it is capable of monitoring only the currently appeared lines of a log, no past lines are shown (expect of so called "pretail" which is quite short). But there are a lot of use cases when some past records are required. For instance, a user might forget to activate watching in AnaLog before reproducing some important application behavior. While AnaLog will not allow a user to "rewind" the log back (at least in a foreseeable future), it can be helpful in accessing the whole log file with off-line tools such as text editor. All that is needed for it is to let the user a way to download current log file via AnaLog.

Requirement

Add a function to AnaLog to download current (selected) log file to client machine for further (off-line) analysis.

Toparvion commented 6 years ago

The work behind this issue will be done basing on changes made for #6 (with a branch forked from appropriate commit).