logmerger
logmerger copied to clipboard
TUI utility to view multiple log files with merged timeline
Hi, LogMerger 0.11.0 appear to be broken, When I install it with Python 3.12.3 (using pip or pipx) and run it I have : ``` from logmerger.logmerger import main ModuleNotFoundError:...
Can we have a `-f` option (similar to `tail`) for following multiple log files at once?
See https://www.reddit.com/r/Python/comments/17a8070/comment/k5dtop4/?utm_source=share&utm_medium=web2x&context=3
Detect timestamps with trailing 'Z' Add -utc command line option to work in UTC, otherwise, assume naive times are all local time, and convert UTC times to local time.