Feat: Implement logging database handler

This commit is contained in:
Björn Fromme
2023-10-21 15:16:28 +02:00
parent cc93a0be0c
commit bf2e5600d0
9 changed files with 87 additions and 21 deletions
@@ -28,7 +28,7 @@ class DeleteController extends AbstractController
$this->addFlash('success', 'Die Bewerbung wurde gelöscht');
$this->logger->info('Delete application', [
'application_id' => $application->getId(),
'destination' => (string) $application->getAssignment()->getDestination(),
'teamer' => (string) $application->getTeamer(),
]);