Add locale to error log
This commit is contained in:
parent
ec7b4fe393
commit
a60560cdd6
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue