Skip to content

Commit

Permalink
log.debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tlrx committed Mar 23, 2021
1 parent a2a5fdf commit e8ab12a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ private void checkAutoFollowPattern(String autoFollowPattenName,
"index to follow [%s] is a searchable snapshot index and cannot be used for cross-cluster replication purpose",
indexToFollow.getName()
);
LOGGER.warn(message);
LOGGER.debug(message);
updateAutoFollowMetadata(recordLeaderIndexAsFollowFunction(autoFollowPattenName, indexToFollow), error -> {
ElasticsearchException failure = new ElasticsearchException(message);
if (error != null) {
Expand Down

0 comments on commit e8ab12a

Please sign in to comment.