chore: reduce noise in logs

This commit is contained in:
Björn Fromme
2025-12-17 16:44:11 +01:00
parent 073bbdc0f8
commit 5831294d33
+1 -1
View File
@@ -96,7 +96,7 @@ class PickupController extends AbstractController
}
$this->logger->info('Successfully updated pickups planning data', [
'data' => $transformed,
'plannings' => count($transformed),
]);
return $this->json(['status' => 'ok']);