Skip to content

Commit

Permalink
Update packages/logging_cloudwatch/aws_logging_cloudwatch/lib/src/clo…
Browse files Browse the repository at this point in the history
…udwatch_logger_plugin.dart

Co-authored-by: NikaHsn <[email protected]>
  • Loading branch information
khatruong2009 and NikaHsn authored Sep 22, 2023
1 parent 4860b7d commit 0f916c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ class CloudWatchLoggerPlugin extends AWSLoggerPlugin

if (isLogStoreFull && _shouldSyncOnFullLogStore()) {
await identifyCall(
LoggingCategoryMethod.flush,
LoggingCategoryMethod.batchSend,
_startSyncingIfNotInProgress,
);
// await _startSyncingIfNotInProgress();
Expand Down

0 comments on commit 0f916c0

Please sign in to comment.