From 35e1900899ea8acad555491bfe7462931b400b26 Mon Sep 17 00:00:00 2001 From: Derek Carr Date: Wed, 12 Apr 2017 14:38:37 -0400 Subject: [PATCH] Reduce cAdvisor log spam with multiple devices --- info/v2/conversion.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info/v2/conversion.go b/info/v2/conversion.go index 963d26e0..1c0f91f8 100644 --- a/info/v2/conversion.go +++ b/info/v2/conversion.go @@ -133,7 +133,7 @@ func ContainerStatsFromV1(containerName string, spec *v1.ContainerSpec, stats [] } } else if len(val.Filesystem) > 1 && containerName != "/" { // Cannot handle multiple devices per container. - glog.V(2).Infof("failed to handle multiple devices for container %s. Skipping Filesystem stats", containerName) + glog.V(4).Infof("failed to handle multiple devices for container %s. Skipping Filesystem stats", containerName) } } if spec.HasDiskIo {