Expand debug view.

This commit is contained in:
James Cole
2018-01-06 09:33:06 +01:00
parent 6ac1e05e60
commit af1bdc0c2c
2 changed files with 3 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ class DebugController extends Controller
$appLog = env('APP_LOG', '');
$appLogLevel = env('APP_LOG_LEVEL', '');
$packages = $this->collectPackages();
$cacheDriver = env('CACHE_DRIVER', 'unknown');
// get latest log file:
@@ -100,6 +101,7 @@ class DebugController extends Controller
'phpOs',
'interface',
'logContent',
'cacheDriver',
'isDocker',
'isSandstorm',
'trustedProxies'