diff --git a/internal/db/operaciones.go b/internal/db/operaciones.go index 88d964e..ff49727 100644 --- a/internal/db/operaciones.go +++ b/internal/db/operaciones.go @@ -109,7 +109,7 @@ func (g *GormDatabase) SyncRows(persistencia dto.Persistencia, rawData *[]map[st return res.Error } if res.RowsAffected == 0 { - config.Log.Warnf("%s ⚠️ Ninguna fila afectada con campos: %v valores: %v", + config.Log.Debugf("%s ⚠️ Ninguna fila afectada con campos: %v valores: %v", logPrefix, strings.Join(whereParts, " AND "), printWhereValues(whereValues)) } }