mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
log format optimization
This commit is contained in:
parent
06a7e2bacf
commit
4d595b9129
@ -487,7 +487,7 @@ func (j *TestJig) CreateIngress(manifestPath, ns string, ingAnnotations map[stri
|
||||
for k, v := range ingAnnotations {
|
||||
j.Ingress.Annotations[k] = v
|
||||
}
|
||||
j.Logger.Infof(fmt.Sprintf("creating " + j.Ingress.Name + " ingress"))
|
||||
j.Logger.Infof("creating %v ingress", j.Ingress.Name)
|
||||
j.Ingress, err = j.runCreate(j.Ingress)
|
||||
framework.ExpectNoError(err)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user