mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fix: Downgraded some log levels for less verbose logging
This commit is contained in:
@@ -126,7 +126,7 @@ namespace NzbDrone.Core
|
||||
|
||||
private void InitExternalNotifications()
|
||||
{
|
||||
logger.Info("Initializing External Notifications...");
|
||||
logger.Debug("Initializing External Notifications...");
|
||||
Kernel.Bind<ExternalNotificationBase>().To<Xbmc>();
|
||||
Kernel.Bind<ExternalNotificationBase>().To<Smtp>();
|
||||
Kernel.Bind<ExternalNotificationBase>().To<Twitter>();
|
||||
|
Reference in New Issue
Block a user