- hooks/raven: allow passing an initialized client
- logrus/core: revert #208
- formatter/text: fix data race (#218)
- logrus/core: fix entry log level (#208)
- logrus/core: improve performance of text formatter by 40%
- logrus/core: expose
LevelHooks
type - logrus/core: add support for DragonflyBSD and NetBSD
- formatter/text: print structs more verbosely
- logrus: fix more Fatal family functions
- logrus: fix not exiting on
Fatalf
andFatalln
- logrus: defaults to stderr instead of stdout
- hooks/sentry: add special field for
*http.Request
- formatter/text: ignore Windows for colors
- formatter/*: allow configuration of timestamp layout
- formatter/text: Add configuration option for time format (#158)