cds-snc / url-shortener

An API written in Python that shortens URLs
MIT License
4 stars 0 forks source link

fix: add log level labels to Docker entry.sh #402

Closed patheard closed 1 year ago

patheard commented 1 year ago

Summary

Update the API's Docker entry.sh with log level labels. This will allow warnings to be caught by the CloudWatch metric filters and trigger alarms.

Related