Skip to content

Conversation

malekmaciej
Copy link
Contributor

@malekmaciej malekmaciej commented Aug 24, 2025

Description

  • In Lambda function coded added logger initialized with default log level = INFO
  • Created dedicated variable to allow users to set lambda log level
  • Minor changes to README file

Motivation and Context

Breaking Changes

No breaking changes, only fixes and minor improvements.

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

@bryantbiggs bryantbiggs changed the title fix: Resolve issue #253 - logger initialized, added log_level variable fix: Ensure logger is initialized correctly and propagate log_level variable to LOG_LEVEL environment variable Aug 24, 2025
Copy link
Member

@bryantbiggs bryantbiggs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!

@bryantbiggs bryantbiggs merged commit af4b9eb into terraform-aws-modules:master Aug 24, 2025
12 checks passed
antonbabenko pushed a commit that referenced this pull request Aug 24, 2025
## [7.0.1](v7.0.0...v7.0.1) (2025-08-24)

### Bug Fixes

* Ensure logger is initialized correctly and propagate `log_level` variable to `LOG_LEVEL` environment variable ([#261](#261)) ([af4b9eb](af4b9eb)), closes [#253](#253)
@antonbabenko
Copy link
Member

This PR is included in version 7.0.1 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Logger isn't properly instantiated and doesn't work
3 participants