Log checks

This commit is contained in:
Benjamin Beganović 2020-06-30 14:41:46 +02:00
parent 8de7b6b92b
commit 53552e9717

View File

@ -47,6 +47,8 @@ class SetupController extends Controller
$check = SystemHealth::check(); $check = SystemHealth::check();
if ($check['system_health'] === false) { if ($check['system_health'] === false) {
info($check);
return response('Oops, something went wrong. Check your logs.'); /** We should never reach this block, but jic. */ return response('Oops, something went wrong. Check your logs.'); /** We should never reach this block, but jic. */
} }