Compare commits

...

1 Commits

Author SHA1 Message Date
Manu NALEPA
6e7d4cefa8 logCheckSubscribableError: Add agent. 2025-09-30 12:51:48 +02:00

View File

@@ -130,6 +130,7 @@ func (s *Service) logCheckSubscribableError(pid peer.ID) func(string) bool {
log.WithError(err).WithFields(logrus.Fields{
"peerID": pid,
"topic": topic,
"agent": agentString(pid, s.Host()),
}).Debug("Peer subscription rejected")
}
return false