Skip to content

Commit 7cc19b5

Browse files
committed
Add one more log
1 parent d985cd3 commit 7cc19b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/controller/nginx/agent/agent.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ func (n *NginxUpdaterImpl) UpdateConfig(
9090
) {
9191
msg := deployment.SetFiles(files)
9292
if msg == nil {
93+
n.logger.V(1).Info("No changes to nginx configuration files, not sending to agent")
9394
return
9495
}
9596

0 commit comments

Comments
 (0)