airbnb / nerve

A service registration daemon that performs health checks; companion to airbnb/synapse
MIT License
942 stars 151 forks source link

Log any exception that causes nerve to exit. #88

Open alexism opened 8 years ago

alexism commented 8 years ago

Catching only StandardError is not enough.

igor47 commented 8 years ago

i don't understand why this is necessary. this is the main loop -- if there is an unexpected exception, wouldn't that just end up as output from the process itself?