mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
* MM-5639: Write panic to log on the way out We introduce a panic pass-through layer which logs the panic at a critical level before crashing. This helps customers to easily get the panic output in their logging infrastructure, rather than having to go through journaltctl logs. https://mattermost.atlassian.net/browse/MM-5639 ```release-note Server crashes due to runtime panics are now captured as a log line. ``` * re-arrange panic order Co-authored-by: Mattermod <mattermod@users.noreply.github.com>