Skip to content

Commit b47d2cf

Browse files
authored
Merge pull request #1154 from cartermckinnon/master
fix: reduce log verbosity of tagging controller
2 parents 6dcae3c + 414c310 commit b47d2cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/controllers/tagging/tagging_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ func NewTaggingController(
171171
// and when it gets tagged, there might be another event which put the same item in the work queue
172172
// (since the node won't have the labels yet) and hence prevents us from making an unnecessary EC2 call.
173173
if !tc.isTaggingRequired(node) {
174-
klog.Infof("Skip putting node %s in work queue since it was already tagged earlier.", node.GetName())
174+
klog.V(3).Infof("Skip putting node %s in work queue since it was already tagged earlier.", node.GetName())
175175
return
176176
}
177177

0 commit comments

Comments
 (0)