Skip to content

Commit

Permalink
only provide output filename and not full path
Browse files Browse the repository at this point in the history
  • Loading branch information
cfkoehler committed Feb 8, 2025
1 parent 058d64c commit 9f170fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public int filter(final List<IBaseDataObject> payloadList, final Map<String, Obj
// Emit dropoff object tracing events
for (IBaseDataObject d : payloadList) {
ObjectTracingService.emitLifecycleEvent(d, d.getFilename(), ObjectTracing.Stage.DROP_OFF, true, this.filterName,
String.valueOf(ko.getFinalDestination()));
String.valueOf(ko.getFinalDestination().getFileName()));
}
} catch (IOException e) {
logger.error("IOException during dropoff.", e);
Expand Down

0 comments on commit 9f170fc

Please sign in to comment.