fix: maintain original log format
This commit is contained in:
@@ -48,7 +48,7 @@ class ContractPdfController extends AbstractController
|
|||||||
|
|
||||||
$this->logger->info('Create teamer contract', [
|
$this->logger->info('Create teamer contract', [
|
||||||
'teamer_id' => $teamer->getId(),
|
'teamer_id' => $teamer->getId(),
|
||||||
'teamer_name' => (string) $teamerPart,
|
'teamer_name' => (string) $teamer,
|
||||||
'assignment_id' => $assignment->getId(),
|
'assignment_id' => $assignment->getId(),
|
||||||
'destination' => (string) $destination,
|
'destination' => (string) $destination,
|
||||||
]);
|
]);
|
||||||
|
|||||||
Reference in New Issue
Block a user