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