Skip to content

Commit

Permalink
change error logging for opensearchadapter (slackhq#922)
Browse files Browse the repository at this point in the history
  • Loading branch information
vthacker committed May 8, 2024
1 parent 539ff05 commit 2d7c87f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ private static boolean tryRegisterField(
new CompressedXContent(BytesReference.bytes(mapping)),
MapperService.MergeReason.MAPPING_UPDATE);
} catch (Exception e) {
LOG.error("Error doing map update", e);
LOG.error("Error doing map update errorMsg={}", e.getMessage());
}
return true;
}
Expand Down

0 comments on commit 2d7c87f

Please sign in to comment.