Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLI: scan in log time order when using index (#1160)
This changes the cat command to do a log-time order scan when it is able to use the index (e.g seekable reader). This was the intent of the existing code (there is no other reason for it to try to use the index), but it was not supplying both necessary parameters.
- Loading branch information