You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: