Skip to content
This repository was archived by the owner on Mar 22, 2018. It is now read-only.

Commit 4e867c4

Browse files
author
Kubernetes Submit Queue
authored
Merge pull request #58304 from dims/better-log-level-for-claiming-support-for-instances
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Log message at a better level **What this PR does / why we need it**: We don't really need to log this meessage at level 1. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes # **Special notes for your reviewer**: **Release note**: ```release-note NONE ```
2 parents 07c5696 + 6c8e1d3 commit 4e867c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/cloudprovider/providers/openstack/openstack_instances.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func (os *OpenStack) Instances() (cloudprovider.Instances, bool) {
4343
return nil, false
4444
}
4545

46-
glog.V(1).Info("Claiming to support Instances")
46+
glog.V(4).Info("Claiming to support Instances")
4747

4848
return &Instances{
4949
compute: compute,

0 commit comments

Comments
 (0)