mirror of
https://github.com/openziti/ziti.git
synced 2026-09-22 10:33:40 +00:00
Debugf to Infof
This commit is contained in:
Vendored
+1
-1
@@ -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)
|
||||
}()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user