Feat: Streamline and extend logging
This commit is contained in:
@@ -32,7 +32,8 @@ class EditController extends AbstractController
|
||||
|
||||
$this->addFlash('success', 'Das Job-Profil wurde aktualisiert');
|
||||
$this->logger->info('Edit Job profile', [
|
||||
'job_profile' => $jobProfile->getName(),
|
||||
'job_profile_id' => $jobProfile->getId(),
|
||||
'job_profile_name' => $jobProfile->getName(),
|
||||
]);
|
||||
|
||||
return $this->redirectToRoute('app_admin_system_job_profile_index');
|
||||
|
||||
Reference in New Issue
Block a user