Skip to content

Commit

Permalink
fix(exception-handling): [eclipse-tractusx#841] add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmf committed Aug 2, 2024
1 parent d89603b commit 76d22fa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ private void createShellEndpointCouldNotBeRetrievedTombstone(
final ItemContainer.ItemContainerBuilder itemContainerBuilder, final PartChainIdentificationKey itemId,
final Exception exception) {

// TODO (mfischer) is this log message and method name correct?
log.info("Shell Endpoint could not be retrieved for Item: {}. Creating Tombstone.", itemId);
log.debug(exception.getMessage(), exception);

final List<String> rootErrorMessages = Tombstone.getRootErrorMessages(exception.getSuppressed());
final ProcessingError error = ProcessingError.builder()
Expand Down

0 comments on commit 76d22fa

Please sign in to comment.