mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Log checks
This commit is contained in:
parent
8de7b6b92b
commit
53552e9717
@ -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. */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user