Closed djmgit closed 4 years ago
I am using go-discover as a package from within my go application. Even when I am passing ioutil.Discard to log, I am getting the following debug outputs.
ioutil.Discard
2020/07/12 21:32:40 [DEBUG] discover-aws: Using region=<> tag_key=<> tag_value=asg_1 addr_type=<> 2020/07/12 21:32:40 [DEBUG] discover-aws: Static credentials provided
This is related to #110 .
I am using go-discover as a package from within my go application. Even when I am passing
ioutil.Discard
to log, I am getting the following debug outputs.This is related to #110 .