Skip to content

1.8.2

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Nov 16:10
· 970 commits to refs/heads/develop since this release
712bb96

Summary

In this minor release we are adding support for a new environment variable to configure the log level in Logging utility.

You can now configure the log level of for Logger using the new environment variable: AWS_LAMBDA_LOG_LEVEL.

Setting the log level now follows this order:

  1. AWS_LAMBDA_LOG_LEVEL environment variable
  2. Setting the log level in code using [Logging(LogLevel = )]
  3. POWERTOOLS_LOG_LEVEL environment variable

We have also added a new section to the docs to highlight the new behaviour.

New versions
Logging: 1.4.4
Metrics: 1.5.3

Changes

🌟New features and non-breaking changes

🐛 Bug and hot fixes

  • fix: logging null reference when batch processing (#521) by @hjgraca

📜 Documentation updates

🔧 Maintenance

This release was made possible by the following contributors:

@hjgraca @amirkaws