Date: 2017-10-11
Accepted
Logs are generated by each instance of a container. We need the ability to see and search across all instances.
We will use Cloudwatch Logs to aggregate our logs. We will utliize Cloudwatch Alarms to notify when ERROR logs are generated
For now we just stream whatever is generated to STDOUT. Configuring the log agent to tail log files will need to be figured out.