Skip to content

Commit

Permalink
Change RCSS info logs to debug (opensearch-project#14814)
Browse files Browse the repository at this point in the history
Signed-off-by: Shivansh Arora <hishiv@amazon.com>
  • Loading branch information
shiv0408 authored and kaushalmahi12 committed Jul 23, 2024
1 parent 125fe16 commit 9c494eb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,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 @@ -457,8 +457,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 9c494eb

Please sign in to comment.