Skip to content

Commit

Permalink
Change log level from info to debug (opensearch-project#4812)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Li <[email protected]>
  • Loading branch information
danhli committed Aug 19, 2024
1 parent 0ab795a commit a63230b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ && isEventBridgeEventTypeCreated(parsedMessage)) {
}

if (endToEndAcknowledgementsEnabled) {
LOG.info("Created acknowledgement sets for {} messages.", parsedMessagesToRead.size());
LOG.debug("Created acknowledgement sets for {} messages.", parsedMessagesToRead.size());
}

// Use a separate loop for processing the S3 objects
Expand Down

0 comments on commit a63230b

Please sign in to comment.