Skip to content

Commit

Permalink
Print GCS file extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilLuta committed Dec 19, 2024
1 parent fd6616d commit e0d8313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/object_store/src/gcs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ impl From<HttpError> for ObjectStoreError {
impl ObjectStore for GoogleCloudStore {
async fn get_raw(&self, bucket: Bucket, key: &str) -> Result<Vec<u8>, ObjectStoreError> {
let filename = Self::filename(bucket.as_str(), key);
tracing::trace!(
tracing::info!(
"Fetching data from GCS for key {filename} from bucket {}",
self.bucket_prefix
);
Expand Down

0 comments on commit e0d8313

Please sign in to comment.