Updated CLI args, config attributes and blocks
--terragrunt-log-level
[new CLI argument]
Description
- Terragrunt now has improved logging! Each log message is now set with a different log level, and the default log level is set to
warn
, so by default, you'll get much less noise from Terragrunt's logging. You can configure the log level using the new--terragrunt-log-level
argument. There should be no behavior difference, but since it's such a drastic difference in how logs look, marking this as backwards incompatible just in case.