logan icon indicating copy to clipboard operation
logan copied to clipboard

Log analyzer written in Go

Results 8 logan issues
Sort by recently updated
recently updated
newest added

It would be great to have a collection of common use case examples.

If there's a TAB character in a line, threat it like it's TAB separated (include spaces in fields), and create an option to turn off this behaviour.

Currently, sampling resolution is being chosen based on the terminal's resolution and the selected mode's multipliers. This means that a command ran a few seconds later might create a completely...

For charts, it would make sense to support multiple time intervals, if they cover the same amount of time. Then the multiple lines could be put on the same chart...

At the moment, if we find a date that is out of the current time interval, we immediately close the streams and finish processing. However it might happen that logs...

bug

Currently, the implementation of `generic` log source is a bit lame, basically concatenates all logs in the given category, without checking the dates in it. Searching for the first date...

Logan should support JSON structured logs, where every line is a separate JSON object. Fields should be accessible through their names (or `jq`-like selectors for more complex cases). E.g. in...

Make it possible to use colors for columns in the commands `inspect`, `show`, and `uniq`. The colors should be consistent between commands and runs (tied to the column id). It...