Commit 33b158e0 authored by Ali Hajimirza's avatar Ali Hajimirza Committed by Jeffrey Wilcke

discover: Changed Logging from Debug to Info (#14485)

parent 83721a95
......@@ -224,7 +224,7 @@ func ListenUDP(priv *ecdsa.PrivateKey, laddr string, natm nat.Interface, nodeDBP
if err != nil {
return nil, err
}
log.Debug("UDP listener up", "self", tab.self)
log.Info("UDP listener up", "self", tab.self)
return tab, nil
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment