Skip to content

Commit 1ab74c1

Browse files
committed
Extra logging
1 parent 58979fa commit 1ab74c1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

router/client.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,8 @@ func (c *Client) getRouterDiscovery(ctx context.Context, config common.RunnerCon
132132
}
133133
c.disco = c.delegate.GetRouterDiscovery(ctx, config)
134134
c.discoExpiresAt = time.Now().Add(discoveryTTL)
135+
if c.disco != nil {
136+
config.Log().Info("Using job router at " + c.disco.ServerURL)
137+
}
135138
return c.disco
136139
}

0 commit comments

Comments
 (0)