$lineListData->line_no ])->render(); Log::debug("Cleanup operations completed", [ 'line_no' => $lineListData->line_no ]); Log::debug("Cleanup operations completed", [ 'line_no' => $lineListData->line_no, 'before_painting_cycle' => $beforeData->painting_cycle ]); return [ 'success' => true, 'executed' => 'cleanup_view' ]; } catch (\Exception $cleanupException) { Log::warning("Clean-up işlemi başarısız oldu: " . $cleanupException->getMessage(), [ 'line_number' => $lineListData->line_no ]); // Non-critical, don't throw return [ 'success' => false, 'error' => $cleanupException->getMessage(), 'note' => 'non_critical' ]; } */ } }