Releases: mattermost/logr
Releases · mattermost/logr
v2.0.18
- add support for limiting length of log record message and fields.
v2.0.16
- use params.Host over params.IP for syslog config
- don't allow empty short_message for Gelf formatter
v2.0.15
- fixes a bug where a single item in an array of key/value pairs failed with an IndexOutOfRange.
v2.0.14
- export the fields in
config.Factories
so custom targets can be created outside the Logr package.
v2.0.12
- add name/value pair APIs to Sugar logger
- fix stacktrace for StdFilter
v2.0.11
- add support for a test logger that outputs to
(*testing.T).Log
.
- provide a thread-safe
bytes.Buffer
that can be used for logging to in-memory buffer (useful for unit tests).
v2.0.10
- fixes the
getPackageName
feature needed to accurately determine the correct caller
field value for log records.