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 level not propagated to engines #3394

Closed denis256 closed 1 month ago

denis256 commented 2 months ago

Describe the bug

Noticed that debug engine output is printed as info during execution, I think log level from engine should match with loglevel from Terragrunt

Steps To Reproduce

Screenshot 2024-09-09 at 17 03 30

Expected behavior

Should appear only info log level

Nice to haves

Versions

Additional context

N/A