Skip to content

Commit

Permalink
DMP-4627 UpdateMetadata is failing for ARM
Browse files Browse the repository at this point in the history
Added logging where external record id is null
  • Loading branch information
karen-hedges committed Jan 22, 2025
1 parent 00efaa5 commit 83acc37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public UpdateMetadataResponse updateMetadata(String externalRecordId, OffsetDate

private void logUpdateMetadataRequestJson(UpdateMetadataRequest armUpdateMetadataRequest) {
try {
objectMapper.writeValueAsString(armUpdateMetadataRequest);
log.info("UpdateMetadataRequest {}", objectMapper.writeValueAsString(armUpdateMetadataRequest));
} catch (JsonProcessingException e) {
log.warn("Error during ARM update metadata: Detail: {}", e.getMessage());
}
Expand Down

0 comments on commit 83acc37

Please sign in to comment.