-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: support CRITICAL
log level
#1395
Comments
Hi @H1Gdev thank you for taking the time to open this feature request following our previous discussion. For the benefit of future readers, I'll include here my initial response as for why Powertools for Python supports this log level while this library doesn't:
While as mentioned the log level doesn't have a correspondent in Node.js, I see value in aligning the output of Logger between this library with the Python version. In this way, users who operate functions in both languages can use the same queries, dashboards, and alarms on these logs. In our implementation, Logger will accept the I'll move this to the backlog to be implemented. |
|
Use case
I would like to monitor
lambda function
logs bylevel key
. (usingAmazon CloudWatch
)In another
lambda function
(using Python),ERROR
andCRITICAL
are already used properly, so I would like to use them differently in newlambda function
(using Node.js) under the same conditions.Node.js
andJava
do not providecritical
level.Ref. #1392
Solution/User Experience
CRITICAL
.critical
method inLogger
class.Alternative solutions
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: