Skip to content

Commit

Permalink
fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-kripakov-m10 committed Dec 21, 2023
1 parent 5c78a00 commit 991574f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dkron/serf.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ func (a *Agent) lanNodeUpdate(me serf.MemberEvent) {
if !ok {
continue
}
a.logger.Info("Updating LAN server", "server", parts.String())
a.logger.WithField("server", parts.String()).Info("Updating LAN server")

// Update server lookup
a.serverLookup.AddServer(parts)
Expand Down

0 comments on commit 991574f

Please sign in to comment.