Closed
Description
Use case
I would like to monitor lambda function
logs by level key
. (using Amazon CloudWatch
)
In another lambda function
(using Python), ERROR
and CRITICAL
are already used properly, so I would like to use them differently in new lambda function
(using Node.js) under the same conditions.
Node.js
and Java
do not provide critical
level.
Ref. #1392
Solution/User Experience
- Add
CRITICAL
. - Add
critical
method inLogger
class.
Alternative solutions
No response
Acknowledgment
- This feature request meets Lambda Powertools Tenets
- Should this be considered in other Lambda Powertools languages? i.e. Python, Java, and .NET
Future readers
Please react with 👍 and your use case to help us understand customer demand.