chore(backup-scheduling): reduce duplicate-slot log context
This commit is contained in:
parent
4339562273
commit
ca8b9c2e1c
@ -77,9 +77,8 @@ public function dispatchDue(?array $tenantIdentifiers = null): array
|
||||
$skippedRuns++;
|
||||
|
||||
Log::debug('Backup schedule run already dispatched for slot.', [
|
||||
'tenant_id' => $schedule->tenant_id,
|
||||
'backup_schedule_id' => $schedule->id,
|
||||
'scheduled_for' => $slot->toDateTimeString(),
|
||||
'schedule_id' => $schedule->id,
|
||||
'slot' => $slot->toDateTimeString(),
|
||||
]);
|
||||
|
||||
$schedule->forceFill([
|
||||
|
||||
Loading…
Reference in New Issue
Block a user