Skip to content

Commit

Permalink
Increase log level when there is an invalid size value
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Nov 20, 2018
1 parent 96f5ae6 commit a534182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ingress/controller/template/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ func isValidByteSize(input interface{}) bool {
}

if s == "" {
glog.Errorf("empty byte size, hence it will not be set.")
glog.V(2).Info("empty byte size, hence it will not be set")
return false
}

Expand Down

0 comments on commit a534182

Please sign in to comment.