Skip to content

docs(sdk): add logger integration page#162

Merged
yaythomas merged 2 commits intomainfrom
docs_sdk/09-logger
Nov 25, 2025
Merged

docs(sdk): add logger integration page#162
yaythomas merged 2 commits intomainfrom
docs_sdk/09-logger

Conversation

@leandrodamascena
Copy link
Contributor

closes #161

Description of changes:

This PR adds docs/core/logger.md documentation for logger integration. The guide explains how to use context.logger for automatic context enrichment, log deduplication during replays, and integration with Powertools for AWS Lambda (Python). It covers logger inheritance in child contexts, custom metadata with the extra parameter, Lambda Advanced Log Controls integration, and a testing section showing how to verify logger behavior with test examples.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@leandrodamascena leandrodamascena self-assigned this Nov 12, 2025
@leandrodamascena leandrodamascena changed the title docs: add logger integration page docs(sdk): add logger integration page Nov 12, 2025
yaythomas
yaythomas previously approved these changes Nov 14, 2025
Copy link
Contributor Author

@leandrodamascena leandrodamascena left a comment

Choose a reason for hiding this comment

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

Hi @yaythomas, thanks for the feedback! I've updated the items you requested, but I still need to know if the necessary changes to the logger will be included in the GA version.

@yaythomas yaythomas merged commit 378e555 into main Nov 25, 2025
9 checks passed
@yaythomas yaythomas deleted the docs_sdk/09-logger branch November 25, 2025 22:50
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.

Docs: add documentation about logger integration

2 participants