Feat: Streamline and extend logging
This commit is contained in:
@@ -27,7 +27,8 @@ class DeleteController extends AbstractController
|
||||
|
||||
$this->addFlash('success', 'Das Honorar wurde gelöscht');
|
||||
$this->logger->info('Delete fee', [
|
||||
'fee' => $fee->getName(),
|
||||
'fee_id' => $fee->getId(),
|
||||
'fee_name' => $fee->getNameInternal() ?? $fee->getName(),
|
||||
]);
|
||||
|
||||
return $this->redirectToRoute('app_admin_system_fee_index');
|
||||
|
||||
Reference in New Issue
Block a user