good morning!!!!

Skip to content
Snippets Groups Projects
Commit 33b158e0 authored by Ali Hajimirza's avatar Ali Hajimirza Committed by Jeffrey Wilcke
Browse files

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

parent 83721a95
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment