Koenbollen Jl Versions Save

jl — JSON Logs, a development tool for working with structured JSON logging.

v1.6.0

10 months ago

This release adds:

Notable changes:

  • Order of keys have reversed, if a json line has both msg and message results may differ.

v1.5.0

1 year ago

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!

v1.4.0

3 years ago

This release adds better support for nested fields to better parse Elastic Common Schema.

v1.3.0

3 years ago

This minor release adds support for timestamps set in milliseconds, this is auto detected. Thanks to @dmytrokosiachenko for the suggestion.

v1.2.0

4 years ago

This minor release changes how floating numbers are formatted, it no longer uses the scientific notation.

Thanks to @nordicdyno

v1.1.2

4 years ago

Fixed a data-race issue that crashed the tool. Updated golang tooling and linting.

v1.1.1

5 years ago

v1.1.0

5 years ago

First release of jl 🎉