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 00171b4 commit 4860b7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class CloudWatchLoggerPlugin extends AWSLoggerPlugin
? StoppableTimer(
duration: pluginConfig.flushInterval,
callback: identifyCall(
LoggingCategoryMethod.flush,
LoggingCategoryMethod.batchSend,
() => _startSyncingIfNotInProgress,
),
onError: _onTimerError,
Expand Down

0 comments on commit 4860b7d

Please sign in to comment.