feat: extended log view and searching by error codes

This commit is contained in:
Björn Fromme
2026-03-20 11:44:55 +01:00
parent 301b14f518
commit 3849ae306c
7 changed files with 176 additions and 14 deletions
+1
View File
@@ -32,6 +32,7 @@ class DatabaseHandler extends AbstractProcessingHandler
$logEntry
->setContext($record->context)
->setExtra($record->extra)
->setErrorCode($record->extra['error_code'] ?? null)
;
$this->entityManager->persist($logEntry);