Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Commit e06fff2

Browse files
Merge pull request #22 from tomvil/log_link_local_when_using_debug
Move link local logs to debug mode
2 parents 469e740 + 5966a52 commit e06fff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/neighbor/manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ func (nm *NeighborManager) InitializeNeighborTable() error {
120120
}
121121

122122
if n.IP.IsLinkLocalUnicast() {
123-
logger.Info("Skipping link-local neighbor with IP=%s, LinkIndex=%d", n.IP, n.LinkIndex)
123+
logger.Debug("Skipping link-local neighbor with IP=%s, LinkIndex=%d", n.IP, n.LinkIndex)
124124
continue
125125
}
126126

0 commit comments

Comments
 (0)