Skip to content

Commit

Permalink
make chatty message trace
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <[email protected]>
  • Loading branch information
kradalby committed Apr 18, 2024
1 parent 246f664 commit aea2b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hscontrol/poll.go
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ func (m *mapSession) serve() {

log.Trace().Str("node", m.node.Hostname).TimeDiff("timeSpent", time.Now(), startWrite).Str("mkey", m.node.MachineKey.String()).Msg("finished writing mapresp to node")

m.infof("update sent")
m.tracef("update sent")
}

// reset
Expand Down

0 comments on commit aea2b8f

Please sign in to comment.