Logrus v1.10.1
This patch release fixes two issues in field formatting and handling:
- Fix a regression introduced in v1.10.0 where
TextFormattercould panic
when formatting nil or panickingerrorandfmt.Stringervalues. - Allow function-backed values implementing
errorto be used with
WithError,WithField, andWithFields.
Dependency Changes
- update github.com/stretchr/testify to v1.12.0
Full Changelog: v1.10.0...v1.10.1