gruntwork-io / terragrunt

Terragrunt is a flexible orchestration tool that allows Infrastructure as Code written in OpenTofu/Terraform to scale.
https://terragrunt.gruntwork.io/
MIT License
8.09k stars 981 forks source link

Log code refactoring #3366

Closed levkohimins closed 2 months ago

levkohimins commented 2 months ago

Describe the bug

  1. Clean up logs, get rid of global variables so that tests run in parallel.
  2. Use variable parameters to create new loggers.
  3. Make the log package reusable for the engine project as well.

Versions

levkohimins commented 2 months ago

Resolved in v0.67.5 release.