Feat: Implement logging database handler
This commit is contained in:
@@ -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(),
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user