Fix for error logging
This commit is contained in:
parent
f79db38c1b
commit
958e8fd29a
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ class Handler extends ExceptionHandler
|
|||
if (config('app.log') == 'single') {
|
||||
@file_put_contents(storage_path('logs/stacktrace.log'), $stacktrace, FILE_APPEND);
|
||||
} else {
|
||||
Utils::logError('[stacktrace] ' . $errorStr);
|
||||
Utils::logError('[stacktrace] ' . $stacktrace);
|
||||
}
|
||||
return false;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue