fix: Use INF instead of DBG for score update log

pull/201/head
Robert Dailey 1 year ago
parent 58bbb94a44
commit f298926353

@ -43,7 +43,7 @@ public class QualityProfileApiPersistencePhase
}
}
_log.Debug("Updated {ProfileCount} profiles and a total of {ScoreCount} scores",
_log.Information("Updated {ProfileCount} profiles and a total of {ScoreCount} scores",
transactions.UpdatedProfiles.Count,
updatedScores.Sum(s => s.UpdatedScores.Count));
}

Loading…
Cancel
Save