Sending notifications for -> Debug instead of Info

This commit is contained in:
Glax 2025-05-16 14:38:47 +02:00
parent f6f86deb7f
commit d08544b892

View File

@ -58,7 +58,7 @@ public static class Tranga
private static void SendNotifications(IServiceProvider serviceProvider, NotificationUrgency urgency) 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(); using IServiceScope scope = serviceProvider.CreateScope();
NotificationsContext context = scope.ServiceProvider.GetRequiredService<NotificationsContext>(); NotificationsContext context = scope.ServiceProvider.GetRequiredService<NotificationsContext>();