Skip to content

Commit e352ad2

Browse files
delete logging
1 parent 20bd270 commit e352ad2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

slo/src/EF/SloTableContext.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ public class SloTableContext : SloTableContext<Func<TableDbContext>>
1212
protected override string Job => "EF";
1313

1414
protected override Func<TableDbContext> CreateClient(Config config) =>
15-
() => new TableDbContext(new DbContextOptionsBuilder<TableDbContext>().UseYdb(config.ConnectionString)
16-
.UseLoggerFactory(ISloContext.Factory).Options);
15+
() => new TableDbContext(new DbContextOptionsBuilder<TableDbContext>().UseYdb(config.ConnectionString).Options);
1716

1817
protected override async Task Create(
1918
Func<TableDbContext> client,

0 commit comments

Comments
 (0)