Replies: 3 comments 4 replies
|
I noticed my |
1 reply
|
This is planned for the next major version of LambdaLog. Given that this package currently supports custom log levels, it's made it hard to try to implement this feature so I'm deprecating it and removing it in version 4. Given time constraints right now, I hope to have the next major version out before the end of this year. You can accomplish similar functionality with custom log levels currently, but it requires a decent amount of configuration. |
3 replies
|
My workaround is |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I would love to be able to configure the logger at certain levels given my environment, for example, INFO level and above logs are great for qa/dev environments, but I would like to only log WARNING and above in pilot/production environments. Is this possible? Cloudwatch == $$$.
All reactions