cds-snc / url-shortener

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

fix: print stack trace when Exceptions are caught #356

Closed patheard closed 1 year ago

patheard commented 1 year ago

Summary

Update the log.error to print stack traces when an Exception is caught.

Related