mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-22 10:14:24 +00:00
Cast exportId to string in OnExportGenerationFails logging
This commit is contained in:
parent
6b0c85cdf0
commit
f78b8cad9c
@ -53,7 +53,7 @@ class OnExportGenerationFails implements EventSubscriberInterface
|
||||
}
|
||||
|
||||
$this->logger->error(self::LOG_PREFIX.'ExportRequestGenerationMessage failed to execute generation', [
|
||||
'exportId' => $message->id,
|
||||
'exportId' => (string) $message->id,
|
||||
'userId' => $message->userId,
|
||||
'alias' => $exportGeneration->getExportAlias(),
|
||||
'throwable_message' => $event->getThrowable()->getMessage(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user