waterloo-rocketry / minerva-rewrite

The rewrite of Waterloo Rocketry's custom slackbot
MIT License
1 stars 2 forks source link

Implement better error logging #58

Closed QuantumManiac closed 9 months ago

QuantumManiac commented 10 months ago

We are currently using RTail to read the output of minerva. As RTail streams logs via UDP, it is kinda bad as message order is not guaranteed and therefore logs are frequently streamed in a jumbled order.

For now, it might be good to continue using that old minerva is using, which is logging to the #minerva-log channel in Slack. We should implement the functionality to do this.

Readings