Skip to content

Commit

Permalink
change debug level to error log
Browse files Browse the repository at this point in the history
Signed-off-by: Bhavana Ramaram <[email protected]>
  • Loading branch information
rbhavna committed Jul 23, 2024
1 parent 4321361 commit 36cbd68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ void initMLConfig() {
}
mlIndicesHandler.initMLConfigIndex(ActionListener.wrap(r -> {
if (!r) {
log.debug("Failed to initialize or update ML Config index");
log.error("Failed to initialize or update ML Config index");
return;
}
GetRequest getRequest = new GetRequest(ML_CONFIG_INDEX).id(MASTER_KEY);
Expand Down

0 comments on commit 36cbd68

Please sign in to comment.