Skip to content

Commit

Permalink
Merge pull request kubernetes#58304 from dims/better-log-level-for-cl…
Browse files Browse the repository at this point in the history
…aiming-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
```
  • Loading branch information
Kubernetes Submit Queue authored Jan 16, 2018
2 parents 4a88eb9 + aeb7428 commit 62e33e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func (os *OpenStack) Instances() (cloudprovider.Instances, bool) {
return nil, false
}

glog.V(1).Info("Claiming to support Instances")
glog.V(4).Info("Claiming to support Instances")

return &Instances{
compute: compute,
Expand Down

0 comments on commit 62e33e0

Please sign in to comment.