We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec0e48 commit 2a0db48Copy full SHA for 2a0db48
src/ServiceControl/Operations/ErrorIngestion.cs
@@ -66,7 +66,8 @@ public ErrorIngestion(
66
ingestionState.ReportError,
67
ingestionState.Clear,
68
settings.TimeToRestartErrorIngestionAfterFailure,
69
- Logger
+ //TODO replace when converting this class to ILogger Logger
70
+ LoggerUtil.CreateStaticLogger<ErrorIngestion>()
71
);
72
}
73
0 commit comments