mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-13 13:55:41 +00:00
v4 logging
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
parent
d29bdab951
commit
1e3dc23e16
@ -84,7 +84,7 @@ func (sp *summaryProviderImpl) GetSystemContainersCPUAndMemoryStats(nodeConfig c
|
||||
s, err := sp.provider.GetCgroupCPUAndMemoryStats(cont.name, cont.forceStatsUpdate)
|
||||
if err != nil {
|
||||
if errors.Is(errors.Unwrap(err), cadvisormemory.ErrDataNotFound) {
|
||||
klog.InfoS("cgroup stats not found in memory cache", "containerName", cont.name)
|
||||
klog.V(4).InfoS("cgroup stats not found in memory cache", "containerName", cont.name)
|
||||
} else {
|
||||
klog.ErrorS(err, "Failed to get system container stats", "containerName", cont.name)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user