mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04: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