refactor: Log format ID in logs

pull/201/head
Robert Dailey 11 months ago
parent 4d0ce0d09f
commit 67d604d8a0

@ -48,8 +48,8 @@ public class QualityProfileApiPersistencePhase
foreach (var (dto, newScore, reason) in scores)
{
_log.Debug(" - {Format}: {OldScore} -> {NewScore} ({Reason})",
dto.Name, dto.Score, newScore, reason);
_log.Debug(" - {Format} ({Id}): {OldScore} -> {NewScore} ({Reason})",
dto.Name, dto.Format, dto.Score, newScore, reason);
}
}

Loading…
Cancel
Save