Skip to content

jlog v0.0.7

Compare
Choose a tag to compare
@jrockway jrockway released this 09 Jul 03:08
· 3 commits to master since this release

This release lets you load jq modules from a configurable search path, and target regex matches to any combination of the log message, field keys, or field values.

Changelog

  • cae9e59 filter: allow regexps to match any combination of the message, field keys, and field values
  • c146a67 filter_test: more carefully test all the highlight cases
  • 85e49c6 fuzz: pass in fuzzing time with FUZZTIME
  • dfb3d9b go.mod: upgrade gojq
  • 4183ae0 jlog: add a tiny bit more test coverage
  • 06a87fc jlog: search ~/.jq in addition to ~/.jlog/.jq, etc.
  • db1002e jq: allow loading modules; implement highlight as go instead of jq code
  • 8268327 main: remove cargo-culted PassDoubleDash; we don't take any args