mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 16:29:21 +00:00
Raise verbosity of EncoderWithAllocator log
This commit is contained in:
parent
083c3ac4e8
commit
466ddd01de
@ -222,7 +222,7 @@ func (c *codec) doEncode(obj runtime.Object, w io.Writer, memAlloc runtime.Memor
|
|||||||
return encoder.EncodeWithAllocator(obj, w, memAlloc)
|
return encoder.EncodeWithAllocator(obj, w, memAlloc)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
klog.V(4).Infof("a memory allocator was provided but the encoder %s doesn't implement the runtime.EncoderWithAllocator, using regular encoder.Encode method", c.encoder.Identifier())
|
klog.V(6).Infof("a memory allocator was provided but the encoder %s doesn't implement the runtime.EncoderWithAllocator, using regular encoder.Encode method", c.encoder.Identifier())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
switch obj := obj.(type) {
|
switch obj := obj.(type) {
|
||||||
|
Loading…
Reference in New Issue
Block a user