mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Log checks
This commit is contained in:
parent
8de7b6b92b
commit
53552e9717
@ -47,6 +47,8 @@ class SetupController extends Controller
|
||||
$check = SystemHealth::check();
|
||||
|
||||
if ($check['system_health'] === false) {
|
||||
info($check);
|
||||
|
||||
return response('Oops, something went wrong. Check your logs.'); /** We should never reach this block, but jic. */
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user