Skip to content

Commit

Permalink
Merge branch 'main' into fix-access-point
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jan 12, 2025
2 parents 0d81b37 + 88247b9 commit 025a6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk/lib/api/logs/logs-monitor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export class CloudWatchLogEventMonitor {
}
// As long as there are _any_ events in the log group `filterLogEvents` will return a nextToken.
// This is true even if these events are before `startTime`. So if we have 100 events and a nextToken
// then assume that we have hit the limit and let the user know some messages have been supressed.
// then assume that we have hit the limit and let the user know some messages have been suppressed.
// We are essentially showing them a sampling (10000 events printed out is not very useful)
if (filteredEvents.length === 100 && response.nextToken) {
events.push({
Expand Down

0 comments on commit 025a6bd

Please sign in to comment.