Log refresh progress at Debug level

This commit is contained in:
Mark Monteiro 2020-04-04 15:08:04 -04:00
parent 0ce82ab332
commit 3d8b81039d
1 changed files with 1 additions and 1 deletions

View File

@ -958,7 +958,7 @@ namespace MediaBrowser.Providers.Manager
public void OnRefreshProgress(BaseItem item, double progress)
{
var id = item.Id;
_logger.LogInformation("OnRefreshProgress {0} {1}", id.ToString("N", CultureInfo.InvariantCulture), progress);
_logger.LogDebug("OnRefreshProgress {0} {1}", id.ToString("N", CultureInfo.InvariantCulture), progress);
// TODO: Need to hunt down the conditions for this happening
_activeRefreshes.AddOrUpdate(