mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Xem update errors will be treated as trace
This commit is contained in:
parent
537989c515
commit
2083a86c2a
2 changed files with 3 additions and 6 deletions
|
@ -120,7 +120,8 @@ namespace NzbDrone.Core.Providers
|
|||
|
||||
catch (Exception ex)
|
||||
{
|
||||
_logger.WarnException("Error updating scene numbering mappings for: " + series, ex);
|
||||
//TODO: We should increase this back to warn when caching is in place
|
||||
_logger.TraceException("Error updating scene numbering mappings for: " + series, ex);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue