Closed navaneeth closed 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.
should we allow to disable panic recovery or log it with stack trace ?
I think log with stacktrace will also work
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.