Skip to content

Commit e59fbad

Browse files
committed
set a real logger to substream-sink
1 parent 0b2354e commit e59fbad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/honey-tracker/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func rootRun(cmd *cobra.Command, args []string) error {
8383
module,
8484
outputModuleHash,
8585
clientConfig,
86-
zap.NewNop(),
86+
logger,
8787
tracer,
8888
sink.WithBlockRange(br),
8989
sink.WithAverageBlockSec("average received block second", 30),

0 commit comments

Comments
 (0)