Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-05-15 | 1.1 kB | |
v1.9.1 source code.tar.gz | 2023-05-15 | 49.9 kB | |
v1.9.1 source code.zip | 2023-05-15 | 71.6 kB | |
Totals: 3 Items | 122.6 kB | 0 |
What's Changed
- Fix data race in hooks.test package by @FrancoisWagner in https://github.com/sirupsen/logrus/pull/1362
- Add instructions to use different log levels for local and syslog by @tommyblue in https://github.com/sirupsen/logrus/pull/1372
- This commit fixes a potential denial of service vulnerability in logrus.Writer() that could be triggered by logging text longer than 64kb without newlines. by @ozfive in https://github.com/sirupsen/logrus/pull/1376
- Use text when shows the logrus output by @xieyuschen in https://github.com/sirupsen/logrus/pull/1339
New Contributors
- @FrancoisWagner made their first contribution in https://github.com/sirupsen/logrus/pull/1362
- @tommyblue made their first contribution in https://github.com/sirupsen/logrus/pull/1372
- @ozfive made their first contribution in https://github.com/sirupsen/logrus/pull/1376
- @xieyuschen made their first contribution in https://github.com/sirupsen/logrus/pull/1339
Full Changelog: https://github.com/sirupsen/logrus/compare/v1.9.0...v1.9.1