Skip to content
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

Messages permanently retry when the log group doesn't exist #183

Open
dev-guy opened this issue Mar 26, 2022 · 1 comment
Open

Messages permanently retry when the log group doesn't exist #183

dev-guy opened this issue Mar 26, 2022 · 1 comment

Comments

@dev-guy
Copy link
Contributor

dev-guy commented Mar 26, 2022

When the ensureLogGroup option is falsy, attempting to log a message causes it to be retried indefinitely.

For example, I set up an error handler that logs to the console. After attempting to log only one message, the handler outputs this until I either stop the transport or kill the process:

ResourceNotFoundException: The specified log group does not exist

@terrisgit
Copy link

This might be fixed by #184

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants