Skip to content

Commit

Permalink
improved log output in StoreViewDownloadsCrisMetrics
Browse files Browse the repository at this point in the history
  • Loading branch information
saschaszott authored Jan 30, 2024
1 parent fe36309 commit 0bdafbd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,9 @@ private void storeMetricsForDso(Context context, Iterator<DSpaceObject>
context.commit();
}
}
handler.logInfo("Found " + countFoundItems + type);
handler.logInfo("Found " + countFoundItems + " metrics of type " + type);
handler.logInfo("Added " + countAddedItems + " metrics");
handler.logInfo("Updated " + countUpdatedItems + " metrics");
handler.logInfo("Update end");
context.commit();
}
Expand Down

0 comments on commit 0bdafbd

Please sign in to comment.