mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
Downgrade YamlDotNet and improve logging for definitions update
This commit is contained in:
@@ -55,10 +55,10 @@ namespace NzbDrone.Core.Indexers
|
||||
{
|
||||
MapCardigannDefinition(definition);
|
||||
}
|
||||
catch
|
||||
catch (Exception ex)
|
||||
{
|
||||
// Skip indexer if we fail in Cardigann mapping
|
||||
_logger.Debug("Indexer '{0}' has no definition", definition.Name);
|
||||
_logger.Debug(ex, "Indexer '{0}' has no definition", definition.Name);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user