Skip to content

Releases: ipfs/go-log

v2.5.0

09 Jan 06:12
604185d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.5.0

v2.4.0

07 Jan 12:02
8a3d301
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @moul made their first contribution in #121

Full Changelog: v2.3.0...v2.4.0

Release v2.3.0

07 Jul 09:01
2c2975b
Compare
Choose a tag to compare

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

18 Mar 23:42
v2.1.3
fc55b72
Compare
Choose a tag to compare

Update deps.

Release v1.0.5

18 Mar 23:42
v1.0.5
c39ee80
Compare
Choose a tag to compare

Update go-log v2 dep to v2.1.3.

Release v2.1.2

18 Mar 23:41
02dd62c
Compare
Choose a tag to compare
Merge pull request #106 from ipfs/doc/readme-circleci

doc(README): use circle-ci badge

v2.1.1

26 May 23:06
9a85138
Compare
Choose a tag to compare

This patch release fixes an issue where setting the log level of a subsystem to anything below error at runtime wouldn't have any effect.

v2.1.0

25 May 17:36
6bcf1bb
Compare
Choose a tag to compare

This release:

  1. Adds support for subscribing to log events by calling NewPipeReader.
  2. Won't log to stderr if GOLOG_FILE has been specified.
  3. Allows re-configuring the logging subsystem at runtime by calling SetupLogging.

v2.0.8

13 May 04:16
cc39b17
Compare
Choose a tag to compare

Fixes the Warningf implementation introduced in v2.0.7 to actually skip a level and not log error messages all over the place.

v2.0.6

04 May 15:59
2f9b338
Compare
Choose a tag to compare

Add back pre-deprecated Warning and Warningf functions so this logger can be used by libraries like badger that expect such functions.