mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Fixed: More improvements to sentry logging (#669)
* Only add the exception message for some types * Cleanse exception messages also * Don't put exception message into log It breaks the sentry grouping * Combine the two calculations of fingerprint
This commit is contained in:
@@ -462,7 +462,7 @@ namespace NzbDrone.Core.Extras.Metadata
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
_logger.Error(ex, "Couldn't download image {0} for {1}. {2}", image.Url, artist, ex.Message);
|
||||
_logger.Error(ex, "Couldn't download image {0} for {1}", image.Url, artist);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user