Azure / aztfexport

A tool to bring existing Azure resources under Terraform's management
https://azure.github.io/aztfexport/
Mozilla Public License 2.0
1.53k stars 174 forks source link

Move global logger to meta wise #537

Closed magodo closed 2 days ago

magodo commented 3 days ago

Removing the global logger, instead put it per Config/BaseMeta. This makes the module easier to be consumed as a library.

This PR also updates the azlist to include the same change.