varnamproject / varnamd

Varnam daemon which also acts as a HTTP server. Deprecated. See https://github.com/varnamproject/varnamd-govarnam/
MIT License
8 stars 8 forks source link

panic recovery should be disabled on development environment #7

Closed navaneeth closed 9 years ago

navaneeth commented 9 years ago

Currently, panic recovery is always enabled. This is painful when you want to see why panic occured. So a flag/env variable will turn on the panic, that would be good.

jijeshmohan commented 9 years ago

should we allow to disable panic recovery or log it with stack trace ?

navaneeth commented 9 years ago

I think log with stacktrace will also work