mirror of
https://github.com/C9Glax/tranga.git
synced 2025-07-13 10:06:24 +02:00
Sending notifications for -> Debug instead of Info
This commit is contained in:
@ -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>();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user