Skip to content

chore: add an ExceptionSubscriber which listens to exceptions and logs them with the stack trace

Evian requested to merge chore-production-logs-lite into develop

Inspired by MyHordes, this MR adds an ExceptionSubscriber which logs every exception to a file TODO : also creates a GitLab issue

In the future we might want to extend the Exception so it can log the Daedalus, Player, User alongside the exception etc but it's way more work (and maybe not useful)

Closes #314 (closed) (might open another issue to improve this system)

Edited by Evian

Merge request reports