Skip to content

Commit

Permalink
set a real logger to substream-sink
Browse files Browse the repository at this point in the history
  • Loading branch information
billettc committed Aug 21, 2023
1 parent 0b2354e commit e59fbad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/honey-tracker/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func rootRun(cmd *cobra.Command, args []string) error {
module,
outputModuleHash,
clientConfig,
zap.NewNop(),
logger,
tracer,
sink.WithBlockRange(br),
sink.WithAverageBlockSec("average received block second", 30),
Expand Down

0 comments on commit e59fbad

Please sign in to comment.