EvoEsports / EvoSC-sharp

Next generation server controller for Trackmania written in C# using .NET 8.
https://evosc.io
GNU General Public License v3.0
21 stars 13 forks source link

Correctly trace exceptions in error logs #105

Closed AtomicLiquid closed 1 year ago

AtomicLiquid commented 1 year ago

All error logs contained within a catch block should trace the exceptions that have occured, so that it's easier to locate the cause of the error.

This is outside the scope of this PR. Make a issue instead? There are several places where exception tracing should be improved as well.

_Originally posted by @snixtho in https://github.com/EvoTM/EvoSC-sharp/pull/104#discussion_r1083815417_