Log exceptions in Radarr Import list

pull/9173/head
Bogdan 1 year ago
parent cd03885702
commit f41ce21d7f

@ -69,6 +69,8 @@ namespace NzbDrone.Core.ImportLists.Radarr
}
catch (Exception ex)
{
_logger.Trace(ex, "Failed to fetch data.");
anyFailure = true;
_logger.Debug(ex, "Failed to fetch data for list {0} ({1})", Definition.Name, Name);

Loading…
Cancel
Save