Skip to content

Commit

Permalink
part size
Browse files Browse the repository at this point in the history
  • Loading branch information
benmoriceau committed Dec 17, 2024
1 parent a43a9c9 commit 59fade7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class PartToObjectAccumulator<T : RemoteObject<*>>(
upload.partMetadataAssembler.add(batch.part)

log.info {
"Processing loadable part ${batch.part.partIndex} of ${batch.part.key} (empty=${batch.part.isEmpty})"
"Processing loadable part ${batch.part.partIndex} of ${batch.part.key} (empty=${batch.part.isEmpty} of size ${batch.part.bytes?.size})"
}

// Upload provided bytes and update indexes.
Expand Down

0 comments on commit 59fade7

Please sign in to comment.