chore: reduce noise in logs
This commit is contained in:
@@ -96,7 +96,7 @@ class PickupController extends AbstractController
|
|||||||
}
|
}
|
||||||
|
|
||||||
$this->logger->info('Successfully updated pickups planning data', [
|
$this->logger->info('Successfully updated pickups planning data', [
|
||||||
'data' => $transformed,
|
'plannings' => count($transformed),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
return $this->json(['status' => 'ok']);
|
return $this->json(['status' => 'ok']);
|
||||||
|
|||||||
Reference in New Issue
Block a user