langaracpsc / server

Langara Computer Science Server Systems and Infrastructure
0 stars 0 forks source link

Improved error logging #10

Open Highfire1 opened 5 months ago

Highfire1 commented 5 months ago

recently fixed a bug where an error was surfaced but did not crash the docker container as the error occurred in a separate thread (https://github.com/langaracpsc/notion-web-api/commit/2276b1bce0a73280c207000075edd9d1d31952c3)

If we had better error logging / alerting then this could have been noticed earlier. As it is, I had to open the container and check its logs to discover what went wrong