We noticed an issue when running saw over larger timeframes, e.g. saw get <my-group> --start -24h. The logs are not in chronological order, e.g. consecutive lines have the following timestamps:
Running saw on a smaller timeframe, e.g. saw get <my-group> --start '2021-04-24 05:00:00' --stop '2021-04-24 06:10:00' shows logs in the correct order.
We noticed an issue when running saw over larger timeframes, e.g.
saw get <my-group> --start -24h
. The logs are not in chronological order, e.g. consecutive lines have the following timestamps:Running saw on a smaller timeframe, e.g.
saw get <my-group> --start '2021-04-24 05:00:00' --stop '2021-04-24 06:10:00'
shows logs in the correct order.