ptmcg / logmerger

TUI utility to view multiple log files with merged timeline
MIT License
162 stars 5 forks source link

TODO: implicit timestamp filtering using one of the log files #3

Closed ptmcg closed 4 months ago

ptmcg commented 1 year ago

Sometimes one log file contains the relevant information on a test or event, and others are background logging that can be quite large and include log content for a long time (such as a syslog or db log).

Command line switch to designate one of the input files as the implicit start/end time range for merging.

ptmcg commented 12 months ago

Would also be good to include a few records from the other log files before and after, since extra context is sometimes the crucial piece of information.

ptmcg commented 4 months ago

0.9.0 added --autoclip command-line option, though output is clipped just to the timestamps in the first file, with no added lines from the other files.