Tweeks of new Log System

This commit is contained in:
2020-07-29 08:44:11 +02:00
parent d404afe501
commit b174022f9a
3 changed files with 12 additions and 10 deletions

View File

@@ -51,7 +51,7 @@ class ErrorHandler {
'message' => $exception->getMessage(),
'file' => $exception->getFile(),
'line' => $exception->getLine(),
'trace' => $exception->getTraceAsString(),
'trace' => $exception->getTrace(),
];
echo json_encode($message);