mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Add locale to error log
This commit is contained in:
parent
ec7b4fe393
commit
a60560cdd6
@ -435,6 +435,7 @@ class Utils
|
||||
'url' => Input::get('url', Request::url()),
|
||||
'previous' => url()->previous(),
|
||||
'user_agent' => isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : '',
|
||||
'locale' => App::getLocale(),
|
||||
'ip' => Request::getClientIp(),
|
||||
'count' => Session::get('error_count', 0),
|
||||
'is_console' => App::runningInConsole() ? 'yes' : 'no',
|
||||
|
Loading…
x
Reference in New Issue
Block a user