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
dreamorosi opened this issue
Sep 12, 2024
· 2 comments
· Fixed by #3054
Assignees
Labels
completedThis item is complete and has been merged/shippedinternalPRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)loggerThis item relates to the Logger Utility
In #2736 we added a feature that allows customers to specify an order for how the keys will appear in each log. This feature represents a middle ground between wanting to customize the Logger without having to create and maintain your own custom log formatter.
While the feature is great, customers using this feature might not be familiar with all the keys that Logger can include in its log. We should improve our types around the feature so that customers get some type hints and useful autocomplete when specifying the log order.
Why is this needed?
So that customers can be aware of the available keys that they can specify when using the feature without having to open the browser and check the documentation.
Should this be considered in other Powertools for AWS Lambda languages? i.e. Python, Java, and .NET
Future readers
Please react with 👍 and your use case to help us understand customer demand.
The text was updated successfully, but these errors were encountered:
dreamorosi
added
logger
This item relates to the Logger Utility
internal
PRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)
confirmed
The scope is clear, ready for implementation
labels
Sep 12, 2024
completedThis item is complete and has been merged/shippedinternalPRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)loggerThis item relates to the Logger Utility
Summary
In #2736 we added a feature that allows customers to specify an order for how the keys will appear in each log. This feature represents a middle ground between wanting to customize the Logger without having to create and maintain your own custom log formatter.
While the feature is great, customers using this feature might not be familiar with all the keys that Logger can include in its log. We should improve our types around the feature so that customers get some type hints and useful autocomplete when specifying the log order.
Why is this needed?
So that customers can be aware of the available keys that they can specify when using the feature without having to open the browser and check the documentation.
Which area does this relate to?
Logger
Solution
No response
Acknowledgment
Future readers
Please react with 👍 and your use case to help us understand customer demand.
The text was updated successfully, but these errors were encountered: