Closed
Description
Use case
Create an additional log level of TRACE
below DEBUG
DEBUG
contains statements about entering specific functions, iterations of a loop, timing info, etc. as well as actual data such as function parameters, API responses etc.
INFO
is reserved for normal informational messages, like logging the results of an invocation but not all the intermediate details.
TRACE
level would allow DEBUG
to only contain the data, API responses, etc. and TRACE
then contains the statements for the execution path.
Solution/User Experience
Add an additional level for TRACE
as was done for CRITICAL
.
Alternative solutions
No response
Acknowledgment
- This feature request meets Powertools for AWS Lambda (TypeScript) Tenets
- 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.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Shipped