issues
search
go-playground
/
log
:green_book: Simple, configurable and scalable Structured Logging for Go.
MIT License
293
stars
21
forks
source link
Revamp
#14
Closed
deankarn
closed
6 years ago
deankarn
commented
6 years ago
This PR reworks the log package by:
Removing pooling entries
Allowing default/global fields you want on all entries
Allowing sharing of fields between entries
Allowing tracing using
WithTrace
to be used with any log level
Adding convenient methods to store and retrieve the log Entry from a context.Context for request scoped entries.
Simplified log Handlers
This PR reworks the log package by:
WithTrace
to be used with any log level