Skip to content

Commit

Permalink
updating log message
Browse files Browse the repository at this point in the history
  • Loading branch information
azakrzewski-hy committed Apr 9, 2024
1 parent 260c2e1 commit 244617b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ STORAGE_LOCATION_HEADER, wrapRawToken(fileUploadRequest.storageLocation()),
.withHeaders(headers)
.withBody(fileData)
.request();
log.atDebug().log("Upload :: PDF rendition of the node: {} to presignedUrl: {}", nodeId, fileUploadRequest.storageLocation().getPath());
log.atDebug().log("Upload :: PDF rendition of the node: {} successfully uploaded to pre-signed URL: {}", nodeId, fileUploadRequest.storageLocation().getPath());
}
catch (Exception e)
{
Expand Down

0 comments on commit 244617b

Please sign in to comment.