From 8f573b4e75f95813c13c6298b1b13cfa0f21604a Mon Sep 17 00:00:00 2001 From: Kat Date: Thu, 13 Jun 2024 09:37:05 +0100 Subject: [PATCH] Update logger statements --- lib/tasks/fix_nil_letting_allocation_values.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/fix_nil_letting_allocation_values.rake b/lib/tasks/fix_nil_letting_allocation_values.rake index 770fc63d7..1136ed684 100644 --- a/lib/tasks/fix_nil_letting_allocation_values.rake +++ b/lib/tasks/fix_nil_letting_allocation_values.rake @@ -20,6 +20,6 @@ task fix_nil_letting_allocation_values: :environment do next if log.save - Rails.logger.log("NilLettingsAllocationValues: Unable to save changes to log #{log.id}") + Rails.logger.info("NilLettingsAllocationValues: Unable to save changes to log #{log.id}") end end