Releases: ipfs/go-log
Releases · ipfs/go-log
v2.5.0
What's Changed
- update go.uber.org/zap to v1.19.1 by @marten-seemann in #130
- Config inspection by @elijaharita in #129
New Contributors
- @elijaharita made their first contribution in #129
Full Changelog: v2.4.0...v2.5.0
v2.4.0
What's Changed
- In addition to StdOut/Err check the outfile for TTYness by @ribasushi in #117
- Add WithStacktrace untility by @Kubuxu in #118
- sync: update CI config files by @web3-bot in #119
- Document environment variables by @Stebalien in #120
- fix: cannot call SetPrimaryCore after using a Tee logger by @moul in #121
- update mattn/go-isatty to v0.0.14 by @marten-seemann in #123
New Contributors
Full Changelog: v2.3.0...v2.4.0
Release v2.3.0
Features:
- Do not output ANSI-color sequences unless one of the outputs is a TTY.
- New format type
GOLOG_LOG_FMT=color
for cases when capturing color in a file is desirable
Release v2.1.3
Update deps.
Release v1.0.5
Update go-log v2 dep to v2.1.3.
Release v2.1.2
Merge pull request #106 from ipfs/doc/readme-circleci doc(README): use circle-ci badge