sirupsen / logrus

Structured, pluggable logging for Go.
MIT License
24.8k stars 2.27k forks source link

Omer/panic recover #1415

Closed m-omer-s closed 10 months ago

m-omer-s commented 10 months ago

Panic Logger

Implemented a way where we don't exit the app within a goroutine and can gracefully return an error. Which can be identified on the main thread.