修改
This commit is contained in:
@@ -61,7 +61,7 @@ public class MySqlDestination : IDisposable, IAsyncDisposable
|
||||
{
|
||||
cmd.CommandText = insertSql;
|
||||
await cmd.ExecuteNonQueryAsync();
|
||||
_logger.LogInformation(@"do insert completed!size:{Length}", cmd.CommandText.Length);
|
||||
|
||||
}
|
||||
_recordCache.Clear();
|
||||
}
|
||||
|
Reference in New Issue
Block a user