Skip to content

Commit c5aefee

Browse files
committed
🔊 update log level for distance deviation
1 parent b93d2bb commit c5aefee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/Backend/Transport/TrainCheckinController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ public static function refreshDistanceAndPoints(Status $status, bool $resetPolyl
275275
$oldDistance = $checkin->distance;
276276

277277
if ($distance === 0 || ($oldDistance !== 0 && $distance / $oldDistance >= 1.15)) {
278-
Log::warning(sprintf(
278+
Log::debug(sprintf(
279279
'Distance deviation for status #%d is greater than 15 percent. Original: %d, new: %d',
280280
$status->id,
281281
$oldDistance,

0 commit comments

Comments
 (0)