Skip to content

Commit

Permalink
standardization logfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
you-looks-not-tasty authored and ywc689 committed Jul 13, 2023
1 parent 4601c78 commit f8b7f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dpvs-agent/pkg/ipc/types/realserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,6 @@ func (front *RealServerFront) Update(rss []*RealServerSpec, cp *pool.ConnPool, p

errCode := front.Del(unreserved, cp, logger)
result := errCode.String()
logger.Info("Set", "rss", rss, "Done", "result", result)
logger.Info("Set real servers done", "rss", rss, "result", result)
return errCode
}

0 comments on commit f8b7f0b

Please sign in to comment.