Downgrade YamlDotNet and improve logging for definitions update

This commit is contained in:
Bogdan
2024-03-16 17:39:03 +02:00
parent e981cacbda
commit 3d52096eb4
4 changed files with 17 additions and 15 deletions
+2 -2
View File
@@ -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);
}
}