sirupsen / logrus

Structured, pluggable logging for Go.
MIT License
24.3k stars 2.26k forks source link

Omer/panic recover #1415

Closed m-omer-s closed 5 months ago

m-omer-s commented 5 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.