Skip to content

Commit

Permalink
fix logger naming
Browse files Browse the repository at this point in the history
  • Loading branch information
jubeless committed Nov 27, 2023
1 parent 31d5902 commit bc92305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blockpoller/init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"go.uber.org/zap/zapcore"
)

var logger, tracer = logging.PackageLogger("forkhandler", "github.com/streamingfast/firehose-bitcoin/forkhandler.test")
var logger, tracer = logging.PackageLogger("forkhandler", "github.com/streamingfast/firehose-core/forkhandler.test")

func init() {
logging.InstantiateLoggers(logging.WithDefaultLevel(zapcore.DebugLevel))
Expand Down

0 comments on commit bc92305

Please sign in to comment.