chore: reduce noise in logs

This commit is contained in:
Björn Fromme
2026-03-16 12:00:56 +01:00
parent 465ce3e69a
commit 643f65ce3b
+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']);