cashapp / logquacious

Logquacious (lq) is a fast and simple log viewer.
Apache License 2.0
59 stars 14 forks source link

Adds an env variable to use a secondary index when sorting logs #146

Closed cpakman closed 4 years ago

cpakman commented 4 years ago

We have ms resolution on timestamps for log lines, so ordering is not guaranteed for large numbers of logs. We added a secondary index (ingested_at) with date_nano type to fix this. This commit should add the ability to use this index in lq.

lyonlai commented 4 years ago

you got any screenshots that you can attach to this PR?

cpakman commented 4 years ago

There really shouldn't be any visible effects on the app - this is just adding a secondary background sorting option. Is there something I should show in particular?