mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Expand debug view.
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user