Merge branch 'master' of github.com:navi-ppl/cybertron-log-enricher into TP-5555/cache-stack-trace

This commit is contained in:
varnit goyal
2025-01-02 13:21:35 +05:30

View File

@@ -41,8 +41,8 @@ func (sm *SourceMapService) downloadFromS3(key string, bucket string, filePath s
Key: &key,
})
if err != nil {
sm.logger.Error("printing key %s and bucket %s from s3 err: ", zap.String("key", key), zap.String("bucket", bucket), zap.String("filePath", filePath))
sm.logger.Info("Error downloading from S3:", zap.Error(err))
//sm.logger.Info("printing key %s and bucket %s from s3 err: ", zap.String("key", key), zap.String("bucket", bucket), zap.String("filePath", filePath))
//sm.logger.Info("Error downloading from S3:", zap.Error(err))
return err
}
//defer result.Body.Close()