From d08544b892549d0deae84cf57fd2f3ba90d4e341 Mon Sep 17 00:00:00 2001 From: Glax Date: Fri, 16 May 2025 14:38:47 +0200 Subject: [PATCH] Sending notifications for -> Debug instead of Info --- API/Tranga.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API/Tranga.cs b/API/Tranga.cs index d844a95..150a12c 100644 --- a/API/Tranga.cs +++ b/API/Tranga.cs @@ -58,7 +58,7 @@ public static class Tranga private static void SendNotifications(IServiceProvider serviceProvider, NotificationUrgency urgency) { - Log.Info($"Sending notifications for {urgency}"); + Log.Debug($"Sending notifications for {urgency}"); using IServiceScope scope = serviceProvider.CreateScope(); NotificationsContext context = scope.ServiceProvider.GetRequiredService();