Skip to content

Commit

Permalink
Reducing log level when saving files in S3 (#5138)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Dumas <[email protected]>
  • Loading branch information
imsdu and Simon Dumas authored Sep 17, 2024
1 parent 9467df4 commit 3798443
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@ final class S3StorageSaveFile(s3StorageClient: S3StorageClient, locationGenerato
}

private def log(bucket: String, key: String, msg: String): IO[Unit] =
logger.info(s"Bucket: $bucket. Key: $key. $msg")
logger.debug(s"Bucket: $bucket. Key: $key. $msg")
}

0 comments on commit 3798443

Please sign in to comment.