To debug the issue you can dd the error: In RegisterController
inside register method dd the error before you log it in your logger file:
catch (\Exception $exception) { dd($exception);
logger()->error($exception);
You will be able to figure out the issue