Skip to content

Releases: hashicorp/go-hclog

Log cleanliness

06 May 23:09
ec1a562
Compare
Choose a tag to compare

Provides the ability to exclude messages based on simple filters.

Add Log method

11 Jan 00:07
0e86804
Compare
Choose a tag to compare

This release adds a Log method that can be used to log data given a level passed in as an argument. Useful for dynamic leveling decisions.

Taming panics and mutexes

18 Dec 17:31
e8a977f
Compare
Choose a tag to compare

This release removes a source of potential panic calls from the logging path where either a non-string value was passed as a key or an odd number of arguments were passed to a log method.

Additionally, a bug related to mutex copying has been fixed.

Colors, Sinks, and Interceptors Oh My!

01 Nov 23:22
2348337
Compare
Choose a tag to compare
  • Now with color support!
  • Now supports a mechanism to treat logger trees with different levels!

Now with Context!

10 May 18:25
2f1b231
Compare
Choose a tag to compare
Merge pull request #42 from hashicorp/f-context

{From,With}Context for storing a logger in a context.Context

v0.8.0: Merge pull request #37 from hashicorp/svh/f-level-writer

10 May 18:01
6907afb
Compare
Choose a tag to compare
Rename `NewLevelWriter` to `NewLeveledWriter`

Feels like it's about 1.0

15 Feb 19:02
90f2fbc
Compare
Choose a tag to compare

It's in production but unsure what should be in there for it to be 1.0, so 0.7 feels about right.