Skip to content

Commit

Permalink
update logging levels
Browse files Browse the repository at this point in the history
  • Loading branch information
gnawhnehpets committed Jul 2, 2024
1 parent 27f906e commit d607a69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions generate_manifest_s3/v1.0/bdcat_ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
import boto3
import botocore

logging.getLogger("boto3").setLevel(logging.WARNING)
logging.getLogger("botocore").setLevel(logging.WARNING)

def get_bucket_name(row):
return 'nih-nhlbi-' + row['study_id'].replace(".", "-") + '-' + row['consent_group']

Expand Down

0 comments on commit d607a69

Please sign in to comment.