You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per documentation, using a custom logging formatter should bring standard keys like service. Lambda context keys and custom keys are working just fine.
Example provided demonstrates that service key no longer appears in the first output.
Expected Behaviour
As per documentation, using a custom logging formatter should bring standard keys like
service
. Lambda context keys and custom keys are working just fine.Example provided demonstrates that
service
key no longer appears in the first output.Current Behaviour
When using a custom logging formatter, Powertools Logger standard keys are not being included.
This was identified when re-creating examples, outputs, and improving code snippets in #1262.
Code snippet
Possible Solution
No response
Steps to Reproduce
Execute the code snippet locally, no need to deploy a Lambda function.
AWS Lambda Powertools for Python version
latest
AWS Lambda function runtime
3.9
Packaging format used
Lambda Layers
Debugging logs
No response
The text was updated successfully, but these errors were encountered: