fix(12-02): downgrade per-file save error to Debug, add warning count to scan summary

This commit is contained in:
2026-03-13 09:17:38 -04:00
parent 05598224e4
commit cf18c39dbd
+2 -1
View File
@@ -690,6 +690,7 @@ func (l *Library) scanInternal(
"updated", metrics.Updated,
"removed", metrics.Removed,
"skipped", metrics.Skipped,
"warnings", len(metrics.Warnings),
"cancelled", cancelled,
"total", metrics.Total,
)
@@ -876,7 +877,7 @@ func (l *Library) commitBatch(
}
if saveErr != nil {
l.logger.Warn(
l.logger.Debug(
"failed to save audio file",
"path", result.absolutePath,
"err", saveErr,