mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-16 20:51:58 +01:00
Log apps sync not having intersecting tags as debug
This commit is contained in:
parent
5b8c7d0b79
commit
b28eee578a
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ private bool ShouldHandleIndexer(ProviderDefinition app, ProviderDefinition inde
|
|||
return true;
|
||||
}
|
||||
|
||||
_logger.Info("Application {0} does not have any intersecting (matching) tags with {1} [{2}]. Indexer will neither be synced to nor removed from the application.", app.Name, indexer.Name, indexer.Id);
|
||||
_logger.Debug("Application {0} does not have any intersecting (matching) tags with {1} [{2}]. Indexer will neither be synced to nor removed from the application.", app.Name, indexer.Name, indexer.Id);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue