Skip to content

Commit

Permalink
Merge pull request #110 from lensesio-dev/bugfix/gcp-exception-logging
Browse files Browse the repository at this point in the history
Added error logging (the one we get from GCS library)
  • Loading branch information
andrewstevenson committed Sep 25, 2024
2 parents 86d77ce + 9c80c69 commit ec703ac
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 ec703ac

Please sign in to comment.