mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -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
|
@ -60,7 +60,7 @@ namespace NzbDrone.Core.Providers
|
|||
|
||||
public virtual void InitializeIndexers(IList<IndexerBase> indexers)
|
||||
{
|
||||
Logger.Info("Initializing indexers. Count {0}", indexers.Count);
|
||||
Logger.Debug("Initializing indexers. Count {0}", indexers.Count);
|
||||
|
||||
_indexers = indexers;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue