1.8.2
·
970 commits
to refs/heads/develop
since this release
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:
AWS_LAMBDA_LOG_LEVEL
environment variable- Setting the log level in code using
[Logging(LogLevel = )]
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
📜 Documentation updates
🔧 Maintenance
- chore: Update version for 1.8.2 (#518) by @hjgraca
- chore: Update examples for release 1.8.1 (#510) by @hjgraca