Skip to content

Commit

Permalink
add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
pluckyswan committed Jan 14, 2025
1 parent d119945 commit 8b3b5b7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ public void organizeAndCleanupBlobsByDate(int retentionDays, ZoneId timeZone) {
testTypeAndSourceName = GOLDEN_COPY + sourceName;
}

System.out.println("Organizing blob: " + testTypeAndSourceName);

String destinationName =
AzureBlobHelper.createDateBasedPath(
sourceCreationDate, testTypeAndSourceName);
Expand Down

0 comments on commit 8b3b5b7

Please sign in to comment.