FIX: Detalle en logging.

This commit is contained in:
Juan Pablo Vial
2025-06-02 17:58:24 -04:00
parent a54586e870
commit 7d8e2249de
2 changed files with 2 additions and 2 deletions

View File

@ -280,7 +280,7 @@ class Cartola extends Service
try {
return $this->movimientoRepository->save($movimiento);
} catch (PDOException $exception) {
$this->logger->critical(var_export($data,true));
$this->logger->critical($exception, ['data' => $data]);
throw $exception;
}
}