mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Expand debug view.
This commit is contained in:
parent
6ac1e05e60
commit
af1bdc0c2c
@ -63,6 +63,7 @@ class DebugController extends Controller
|
|||||||
$appLog = env('APP_LOG', '');
|
$appLog = env('APP_LOG', '');
|
||||||
$appLogLevel = env('APP_LOG_LEVEL', '');
|
$appLogLevel = env('APP_LOG_LEVEL', '');
|
||||||
$packages = $this->collectPackages();
|
$packages = $this->collectPackages();
|
||||||
|
$cacheDriver = env('CACHE_DRIVER', 'unknown');
|
||||||
|
|
||||||
|
|
||||||
// get latest log file:
|
// get latest log file:
|
||||||
@ -100,6 +101,7 @@ class DebugController extends Controller
|
|||||||
'phpOs',
|
'phpOs',
|
||||||
'interface',
|
'interface',
|
||||||
'logContent',
|
'logContent',
|
||||||
|
'cacheDriver',
|
||||||
'isDocker',
|
'isDocker',
|
||||||
'isSandstorm',
|
'isSandstorm',
|
||||||
'trustedProxies'
|
'trustedProxies'
|
||||||
|
@ -17,6 +17,7 @@ Debug information generated at {{ now }} for Firefly III version **{{ FF_VERSION
|
|||||||
| FF version | {{ FF_VERSION }} |
|
| FF version | {{ FF_VERSION }} |
|
||||||
| App environment | {{ appEnv }} |
|
| App environment | {{ appEnv }} |
|
||||||
| App debug mode | {{ appDebug }} |
|
| App debug mode | {{ appDebug }} |
|
||||||
|
| App cache driver | {{ cacheDriver }} |
|
||||||
| App logging | {{ appLogLevel }}, {{ appLog }} |
|
| App logging | {{ appLogLevel }}, {{ appLog }} |
|
||||||
| PHP version | {{ phpVersion }} |
|
| PHP version | {{ phpVersion }} |
|
||||||
| Display errors | {{ displayErrors }} |
|
| Display errors | {{ displayErrors }} |
|
||||||
|
Loading…
Reference in New Issue
Block a user