mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Add db_server to logError
This commit is contained in:
parent
ae357efaeb
commit
02122323fb
@ -395,6 +395,7 @@ class Utils
|
||||
'count' => Session::get('error_count', 0),
|
||||
'is_console' => App::runningInConsole() ? 'yes' : 'no',
|
||||
'is_api' => session('token_id') ? 'yes' : 'no',
|
||||
'db_server' => config('database.default'),
|
||||
];
|
||||
|
||||
if ($info) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user