Releases: cabify/go-logging
Releases · cabify/go-logging
Release v1.5.1
Release v1.5.0
Added
LoggerFactory
interface abstractingFactory
structDefaultFactory
global var that allows to replace factory used to generate loggers
Use a public key for baggage values
Changed
- Baggage key is now a public string
"logctx-data-map-string-interface"
that can be set and read by anyone from any package.
The type of that baggage will be alwaysmap[string]interface{}
Added
BaggageContextKey
constant that defines that stringBaggage(ctx) map[string]interface{}
that allows reading the underlying baggage.
[1.2.0] - 2019-02-27
Added
ConfigureDefaultLogger
boilerplate for logger configurationmeasuredLoggingHandler
to wrap loggers with metricsCHANGELOG.md
: this file
Same release with a newer version
This tag was overwritten after unforking too
Initial release
Merge pull request #4 from cabify/colega/no-debug-logger Added NoDebugLogger that doesn't format debug logs