mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Unless we set traceback level to crash, goroutines from all threads aren't printed. See: https://github.com/golang/go/issues/13161. This is important because SIGQUIT traces will miss on goroutines. https://mattermost.atlassian.net/browse/MM-27887