Skip to content

Commit 57250f1

Browse files
committed
refactor: add AI service registry info log line
This commit logs when the AI ServiceRegistry is used instead of the regular registry.
1 parent 56ab75e commit 57250f1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG_PENDING.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
#### Orchestrator
1414

15+
- [#3362](https://github.com/livepeer/go-livepeer/pull/3362) Add AI service registry log line.
16+
1517
#### Transcoder
1618

1719
### Bug Fixes 🐞

cmd/livepeer/starter/starter.go

+1
Original file line numberDiff line numberDiff line change
@@ -737,6 +737,7 @@ func StartLivepeer(ctx context.Context, cfg LivepeerConfig) {
737737
}
738738

739739
if *cfg.AIServiceRegistry {
740+
glog.Infof("Using AIServiceRegistry")
740741
// For the time-being Livepeer AI Subnet uses its own ServiceRegistry, so we define it here
741742
ethCfg.ServiceRegistryAddr = ethcommon.HexToAddress("0x04C0b249740175999E5BF5c9ac1dA92431EF34C5")
742743
}

0 commit comments

Comments
 (0)