diff --git a/controller/env/broker.go b/controller/env/broker.go index a16d7c8f1..0af61a664 100644 --- a/controller/env/broker.go +++ b/controller/env/broker.go @@ -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) }() }