Skip to content

Commit

Permalink
chore: add log for max files size in batchDownloads
Browse files Browse the repository at this point in the history
Co-authored-by: Maxime Vanza Lutonda <[email protected]>
  • Loading branch information
bamthomas and mvanzalu committed Sep 9, 2024
1 parent a5f0110 commit d8b5687
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ public UriResult call() throws Exception {
maxResultSize, batchDownload.uuid, batchDownload.user);
}

logger.info("creating zip file with max input files size of {} bytes", maxZipSizeBytes);
try (Zipper zipper = createZipper(batchDownload, propertiesProvider, mailSenderSupplier)) {
HashMap<String, Object> taskProperties = new HashMap<>();
taskProperties.put("batchDownload", batchDownload);
Expand Down

0 comments on commit d8b5687

Please sign in to comment.