Debugf to Infof

This commit is contained in:
Andrew Martinez
2021-06-04 12:30:27 -04:00
parent a6e0f4e807
commit 09b60f3ed8
+1 -1
View File
@@ -109,7 +109,7 @@ func (broker *Broker) RouterDisconnected(r *network.Router) {
pfxlog.Logger().WithField("routerId", r.Id).
WithField("routerName", r.Name).
WithField("routerFingerprint", r.Fingerprint).
Debugf("broker detected router with id %s disconnecting", r.Id)
Infof("broker detected router with id %s disconnecting", r.Id)
broker.routerSyncStrategy.RouterDisconnected(r)
}()
}