We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92ff49 commit 6d98cdaCopy full SHA for 6d98cda
packages/core/src/Providers/AWSCloudWatchProvider.ts
@@ -504,7 +504,7 @@ class AWSCloudWatchProvider implements LoggingProvider {
504
logger.error(
505
`error when calling _safeUploadLogEvents in the timer interval - ${err}`
506
);
507
- } else if (this._retryCount == this._maxRetries) {
+ } else if (this._retryCount === this._maxRetries) {
508
509
`CloudWatch log upload failed after ${this._maxRetries} attempts. Suppressing further error logs. Upload attempts will continue in the background.`
510
0 commit comments