Skip to content
Snippets Groups Projects
Commit 110b45ef authored by Abhay Joshi's avatar Abhay Joshi
Browse files

add logging for agent

parent fccfe195
Branches
Tags
1 merge request!486M18 service and CICD updates
......@@ -103,6 +103,8 @@ public class AwsSchemaStore implements ISchemaStore {
S3ClientWithBucket s3ClientWithBucket = getS3ClientWithBucket(dataPartitionId);
AmazonS3 s3 = s3ClientWithBucket.getS3Client();
logger.info(s3.getUserAgentPrefix());
logger.info(s3.getUserAgentSuffix());
String content;
String path = resolvePath(dataPartitionId, filePath);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment