mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Fix: Downgraded some log levels for less verbose logging
This commit is contained in:
parent
abbc1b646c
commit
05df752cc8
7 changed files with 8 additions and 10 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue