Skip to content

Commit b5d19aa

Browse files
committed
Remove periods
1 parent 6e3afb2 commit b5d19aa

File tree

1 file changed

+2
-2
lines changed
  • internal/mode/static/nginx/agent

1 file changed

+2
-2
lines changed

internal/mode/static/nginx/agent/agent.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type NginxUpdaterImpl struct {
2222

2323
// UpdateConfig sends the nginx configuration to the agent.
2424
func (n *NginxUpdaterImpl) UpdateConfig(files int) {
25-
n.Logger.Info("Sending nginx configuration to agent.", "numFiles", files)
25+
n.Logger.Info("Sending nginx configuration to agent", "numFiles", files)
2626
}
2727

2828
// UpdateUpstreamServers sends an APIRequest to the agent to update upstream servers using the NGINX Plus API.
@@ -32,5 +32,5 @@ func (n *NginxUpdaterImpl) UpdateUpstreamServers() {
3232
return
3333
}
3434

35-
n.Logger.Info("Updating upstream servers using NGINX Plus API.")
35+
n.Logger.Info("Updating upstream servers using NGINX Plus API")
3636
}

0 commit comments

Comments
 (0)