hashicorp / go-discover

Discover nodes in cloud environments
Mozilla Public License 2.0
563 stars 123 forks source link

fixture(provider): Use only passing logger variable #255

Open f9n opened 3 months ago

f9n commented 3 months ago

We cannot disable logging when using this package. This is because some providers use the log package instead of using the logger variable object passed to the .Addrs method in their code.