AstroDigital / modis-ingestor

Scripts and other artifacts for MODIS data ingestion into Amazon public hosting.
MIT License
14 stars 2 forks source link

log to cloudwatch #24

Open matthewhanson opened 7 years ago

matthewhanson commented 7 years ago

Python logging module is currently used, but logs should be sent to cloudwatch somehow.

This depends on final implementation. If process ends up as lambda function this would happen automatically, otherwise if it stays as a dockerized container in an EC2 then handler will need to be added to send them to cloudwatch somehow.