mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 20:44:00 +02:00
Fix: Downgraded some log levels for less verbose logging
This commit is contained in:
@@ -62,7 +62,7 @@ namespace NzbDrone.Core.Providers
|
||||
|
||||
public virtual void InitializeNotifiers(IList<ExternalNotificationBase> notifiers)
|
||||
{
|
||||
Logger.Info("Initializing notifiers. Count {0}", notifiers.Count);
|
||||
Logger.Debug("Initializing notifiers. Count {0}", notifiers.Count);
|
||||
|
||||
_notifiers = notifiers;
|
||||
|
||||
|
Reference in New Issue
Block a user