anz-bank / pkg

Common ANZ Go packages
https://pkg.go.dev/github.com/anz-bank/pkg
Apache License 2.0
1 stars 9 forks source link

Make null logger log nothing #48

Closed andrewemeryanz closed 4 years ago

andrewemeryanz commented 4 years ago

Previously, the NewNullLogger used an internal logging component that wrote logs to a byte buffer. This update removes the internal logging component, making the null logger log nothing.

andrewemeryanz commented 4 years ago

please raise an issue about creating a different logger for benchmark

Created: https://github.com/anz-bank/pkg/issues/50