Skip to content

Improve filters and include empty messages

Compare
Choose a tag to compare
@koenbollen koenbollen released this 04 Feb 11:05
· 9 commits to master since this release

This release adds two new command line options and a behavior change:

  • Add the --exclude-fields that allows users to skip fields.
  • Add the --max-field-length that allows users to specify the fields-length cutoff (previously hardcoded at 30).
  • Accepts json lines without a message as a valid log entry.

Many thanks to @dmitry-cherkas your contribution! Much appreciated!