Skip to content

Commit

Permalink
Log exceptions in Radarr Import list
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Oct 3, 2023
1 parent 23119e6 commit b3cacdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/NzbDrone.Core/ImportLists/Radarr/RadarrImport.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ public override ImportListFetchResult Fetch()
}
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);
Expand Down

0 comments on commit b3cacdc

Please sign in to comment.