mirror of
https://github.com/C9Glax/tranga.git
synced 2025-05-22 06:03:01 +02:00
Sending notifications for -> Debug instead of Info
This commit is contained in:
parent
f6f86deb7f
commit
d08544b892
@ -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>();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user