We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 390c04e commit e175054Copy full SHA for e175054
1 file changed
net/broadcast/server/server.go
@@ -79,6 +79,8 @@ func ListenAndServe(ctx context.Context, cfg Config) error {
79
continue
80
}
81
82
+ cfg.logf("discovery query from %s for service=%s, replying with %s:%d", clientAddr, msg.Service, advertiseIP, cfg.servicePort())
83
+
84
clonedMeta := cloneMeta(cfg.Meta)
85
if ifaceName != "" {
86
if clonedMeta == nil {
0 commit comments