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

Create logger to benchmark standard logger #50

Open andrewemeryanz opened 4 years ago

andrewemeryanz commented 4 years ago

Previously (1ee4e1f), the NewNullLogger method was exported but was used internally to benchmark the standard logger. The NewNullLogger has since been updated to a logger that logs nothing.

This ticket is track the recreation of a suitable logger component for use in benchmarking.