source-academy / stories-backend

Backend of Source Academy extension for Stories support.
0 stars 0 forks source link

Setup logrus for logging #24

Closed RichDom2185 closed 1 year ago

RichDom2185 commented 1 year ago

This PR sets up logrus as our logging framework as it allows for structured logs (currently not needed in the MVP), but more importantly allows for different levels of logging (such as errors without causing the app to exit).

Supersedes #23.