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 in Logger class.
Alternative solutions
No response
Acknowledgment
Future readers
Please react with 👍 and your use case to help us understand customer demand.
Use case
I would like to monitor
lambda functionlogs bylevel key. (usingAmazon CloudWatch)In another
lambda function(using Python),ERRORandCRITICALare already used properly, so I would like to use them differently in newlambda function(using Node.js) under the same conditions.Node.jsandJavado not providecriticallevel.Ref. #1392
Solution/User Experience
CRITICAL.criticalmethod inLoggerclass.Alternative solutions
No response
Acknowledgment
Future readers
Please react with 👍 and your use case to help us understand customer demand.