Closed alijared closed 4 years ago
Removed panic call when log.Fatal is called, in favour of just calling os.Exit(1); the same as the standard Go logging library does.
log.Fatal
os.Exit(1)
changelog update pls
Random test passes on certain runs, but not others. Going to merge anyway as it's not related to these changes
Description of the changes
Removed panic call when
log.Fatal
is called, in favour of just callingos.Exit(1)
; the same as the standard Go logging library does.PR Review Checklist
Author
Reviewer