Skip to content

Commit

Permalink
logger
Browse files Browse the repository at this point in the history
  • Loading branch information
JonWong203 committed Aug 1, 2023
1 parent c501019 commit 1cd82ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/services/ocr2/delegate.go
Original file line number Diff line number Diff line change
Expand Up @@ -950,11 +950,10 @@ func (d *Delegate) newServicesOCR2Keepers(

hb := chain.HeadBroadcaster()
endpoint := d.monitoringEndpointGen.GenMonitoringEndpoint(spec.ContractID, synchronization.AutomationCustom)
customTelemLogger, _ := logger.NewLogger()
customTelemService := ocr2keeper.NewAutomationCustomTelemetryService(
endpoint,
hb,
customTelemLogger,
lggr,
)

return []job.ServiceCtx{
Expand Down

0 comments on commit 1cd82ac

Please sign in to comment.