Skip to content

Commit

Permalink
Change RCSS info logs to debug (#14814)
Browse files Browse the repository at this point in the history
Signed-off-by: Shivansh Arora <hishiv@amazon.com>
(cherry picked from commit 1299919)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jul 18, 2024
1 parent f2cff08 commit 049826b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ public RemoteClusterStateManifestInfo writeFullMetadata(ClusterState clusterStat
uploadedMetadataResults.uploadedIndicesRoutingMetadata.size()
);
} else {
logger.info(
logger.debug(
"writing cluster state took [{}ms]; " + "wrote full state with [{}] indices, [{}] indicesRouting and global metadata",
durationMillis,
uploadedMetadataResults.uploadedIndexMetadata.size(),
Expand Down Expand Up @@ -458,8 +458,8 @@ public RemoteClusterStateManifestInfo writeIncrementalMetadata(
customsDiff.getUpserts().size()
);
} else {
logger.info("{}; {}", clusterStateUploadTimeMessage, metadataUpdateMessage);
logger.info(
logger.debug("{}; {}", clusterStateUploadTimeMessage, metadataUpdateMessage);
logger.debug(
"writing cluster state for version [{}] took [{}ms]; "
+ "wrote metadata for [{}] indices and skipped [{}] unchanged indices, coordination metadata updated : [{}], "
+ "settings metadata updated : [{}], templates metadata updated : [{}], custom metadata updated : [{}]",
Expand Down

0 comments on commit 049826b

Please sign in to comment.