autopilot: demote node update log to debug
This commit is contained in:
parent
41617187c4
commit
8e6b903476
@ -467,7 +467,7 @@ func (a *Agent) controller() {
|
|||||||
// announcements have been updated. We will consider opening
|
// announcements have been updated. We will consider opening
|
||||||
// channels to these nodes if we haven't stabilized.
|
// channels to these nodes if we haven't stabilized.
|
||||||
case <-a.nodeUpdates:
|
case <-a.nodeUpdates:
|
||||||
log.Infof("Node updates received, assessing " +
|
log.Debugf("Node updates received, assessing " +
|
||||||
"need for more channels")
|
"need for more channels")
|
||||||
|
|
||||||
// The agent has been signalled to exit, so we'll bail out
|
// The agent has been signalled to exit, so we'll bail out
|
||||||
|
Loading…
Reference in New Issue
Block a user