I show error stacktrace

This commit is contained in:
a6a2f5842 2025-09-07 08:58:09 +02:00
parent 5e9354b5bc
commit a1121cc351
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ class Controller
'data' => @$message['data'],
'channel' => @$message['channel'],
'line' => $e->getFile() . ':' . $e->getLine(),
'stack' => $e->getTraceAsString(),
];
Log::error($e->getMessage(), $reload);