Add debug info

This commit is contained in:
James Cole 2022-03-19 07:14:20 +01:00
parent 3ddbb282d7
commit e3ecfdfac6
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80
2 changed files with 3 additions and 0 deletions

View File

@ -160,6 +160,7 @@ class DebugController extends Controller
$userLanguage = app('steam')->getLanguage();
$userLocale = app('steam')->getLocale();
$userAgent = $request->header('user-agent');
$stateful = join(', ', config('sanctum.stateful'));
// expected + found DB version:
@ -211,6 +212,7 @@ class DebugController extends Controller
'appEnv',
'appDebug',
'logChannel',
'stateful',
'tz',
'appLogLevel',
'remoteHeader',

View File

@ -45,6 +45,7 @@ Debug information generated at {{ now }} for Firefly III version **{{ FF_VERSION
| Login provider | {{ loginProvider }} |
| User guard | {{ userGuard }} |
| Headers | {{ remoteHeader }}, {{ remoteMailHeader }} |
| Stateful domains | {{ stateful }} |
| Session start | {{ session('start') }} |
| Session end | {{ session('end') }} |
| Session first | {{ session('first') }} |