Skip to content

Commit 2a0db48

Browse files
committed
fix build error
1 parent aec0e48 commit 2a0db48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ServiceControl/Operations/ErrorIngestion.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ public ErrorIngestion(
6666
ingestionState.ReportError,
6767
ingestionState.Clear,
6868
settings.TimeToRestartErrorIngestionAfterFailure,
69-
Logger
69+
//TODO replace when converting this class to ILogger Logger
70+
LoggerUtil.CreateStaticLogger<ErrorIngestion>()
7071
);
7172
}
7273

0 commit comments

Comments
 (0)