mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-18 19:14:27 +08:00
log message on succesful alldns publish
This commit is contained in:
parent
c7338888e4
commit
7c1784e74f
1 changed files with 1 additions and 0 deletions
|
@ -247,6 +247,7 @@ func PublishAllDNS(newnode *models.Node) error {
|
|||
if err := publish(newnodeHost, "dns/all/"+newnodeHost.ID.String()+"/"+servercfg.GetServer(), data); err != nil {
|
||||
return fmt.Errorf("error publishing full dns update to %s, %w", newnodeHost.ID.String(), err)
|
||||
}
|
||||
logger.Log(3, "published full dns update to %s", newnodeHost.ID.String())
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue