Expand debug view.

This commit is contained in:
James Cole 2018-01-06 09:33:06 +01:00
parent 6ac1e05e60
commit af1bdc0c2c
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
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'

View File

@ -17,6 +17,7 @@ Debug information generated at {{ now }} for Firefly III version **{{ FF_VERSION
| FF version | {{ FF_VERSION }} |
| App environment | {{ appEnv }} |
| App debug mode | {{ appDebug }} |
| App cache driver | {{ cacheDriver }} |
| App logging | {{ appLogLevel }}, {{ appLog }} |
| PHP version | {{ phpVersion }} |
| Display errors | {{ displayErrors }} |