nasa / earthdata-download

Download your Earth science data with only one click
https://nasa.github.io/earthdata-download/
Other
22 stars 6 forks source link

EDD-55: Updating edd_logger to hit prod endpoint #44

Closed dpesall closed 7 months ago

dpesall commented 7 months ago

Overview

What is the feature?

Updating the metrics logger for EDD to hit the Prod CloudFront endpoint rather than the UAT one.

What is the Solution?

Updating the endpoint in config.json

What areas of the application does this impact?

Logging

Testing

Reproduction steps

  1. Perform an action that should get logged to CloudWatch (i.e. updating concurrent downloads in settings)
  2. Verify the action got logged to edd_logger CloudWatch log group in EDSC Prod AWS.

Checklist