Improve filters and include empty messages
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!