Fix: Downgraded some log levels for less verbose logging

This commit is contained in:
kay.one 2012-02-12 23:28:01 -08:00
commit 05df752cc8
7 changed files with 8 additions and 10 deletions

View file

@ -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;