mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
Log Skipped Application-Indexer Syncs at trace for support
This commit is contained in:
@@ -74,6 +74,8 @@ namespace NzbDrone.Core.Applications.LazyLibrarian
|
||||
var remoteIndexer = _lazyLibrarianV1Proxy.AddIndexer(lazyLibrarianIndexer, Settings);
|
||||
_appIndexerMapService.Insert(new AppIndexerMap { AppId = Definition.Id, IndexerId = indexer.Id, RemoteIndexerName = $"{remoteIndexer.Type},{remoteIndexer.Name}" });
|
||||
}
|
||||
|
||||
_logger.Trace("Skipping add for indexer {0} [{1}] due to no app Sync Categories supported by the indexer", indexer.Name, indexer.Id);
|
||||
}
|
||||
|
||||
public override void RemoveIndexer(int indexerId)
|
||||
|
||||
Reference in New Issue
Block a user