The logras (Logfile Read And Search) project is in its early stages.
The goal is to produce a pair of simple utilities (one interactive, one as a CLI utility) to provide a combined view of multiple logs on a Linux system. The reason for writing it is that I have been in need of a facility like this, and have not found one so far that fit my requirements, specifically of being able to deal with (very) large logs on small (embedded) systems connected through relatively slow lines.
Status:
Other pages
See [logo].
The wiki uses Markdown syntax.
The intent for this project is to produce an easy-to use, terminal-based, single-stream viewer for logfiles like you'd find in /var/log, showing the entries in chronological order, to make it easy to correlate events that got logged to different files, with no learning curve for the default use.
No code yet, just starting on it.
Started on the basic skeleton for the file and configuration descriptors. About 1% done with this, a few hundred lines of very basic C++ in.