Skip to content

Commit

Permalink
Added error logging (the one we get from GCS library)
Browse files Browse the repository at this point in the history
  • Loading branch information
GoMati-MU committed Sep 25, 2024
1 parent 86d77ce commit 9c80c69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class GCPStorageStorageInterface(
}
logger.info(s"[{}] Completed upload from local {} to Storage {}:{}", connectorTaskId.show, source, bucket, path)
}.toEither.leftMap { ex: Throwable =>
logger.error(s"[{}] Failed upload from local {} to Storage {}:{}",
logger.error(s"[{}] Failed upload from local {} to Storage {}:{}. Reason:{}",
connectorTaskId.show,
source,
bucket,
Expand Down

0 comments on commit 9c80c69

Please sign in to comment.