push
github
box: log error that caused initial checkpoint failure Currently, we just panic without providing any additional information if we failed to create the initial checkpoint on bootstrap. This complicates trouble shooting. Let's replace `panic()` with `say_error()` and raise the exception that caused the failure. The exception will be caught by `box_cfg()`, which will log it and then panic. NO_DOC=error logging NO_TEST=error logging NO_CHANGELOG=error logging (cherry picked from commit e1b5114d9)
63101 of 114407 branches covered (55.15%)
2 of 6 new or added lines in 1 file covered. (33.33%)
20 existing lines in 8 files now uncovered.93972 of 109354 relevant lines covered (85.93%)
2764748.9 hits per line