Releases: iand/logfmtr
Releases · iand/logfmtr
Version 0.2.1
Fixed
- Fixed panic when Error is first call on a logger (thanks @wutz for report)
- Updated readme example to match actual output (thanks @seankhliao)
Version 0.2.0
This version supports the logr v1.0 API which contains breaking changes from pre-1.0 versions.
Changed
- Support logr v1.0 API
- Write ts field before msg in standard output.
- Use a fixed number of fractional seconds in timestamp.
Version 0.1.4
Added
- Add Null logger
- Add NewNamed convenience function
- Add Context support
Version 0.1.3
Change to deferred loggers that instantiate their configuration on first use.
Version 0.1.1
[v0.1.1] - 2020-07-31
Added
- New AddCaller and CallerSkip options to add caller information to log messages