mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 05:45:31 +02:00
Fix: Downgraded some log levels for less verbose logging
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user