From 31b317b6eecee7bc685c994c4f79d3d84d7099ab Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Fri, 23 Mar 2018 12:01:50 -0700 Subject: [PATCH] drop stats fetching log --- client/task_runner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/task_runner.go b/client/task_runner.go index 0dfec4359..c28c3c17f 100644 --- a/client/task_runner.go +++ b/client/task_runner.go @@ -1597,7 +1597,7 @@ func (r *TaskRunner) collectResourceUsageStats(stopCollection <-chan struct{}) { // race between the stopCollection channel being closed and calling // Stats on the handle. if !strings.Contains(err.Error(), "connection is shut down") { - r.logger.Printf("[WARN] client: error fetching stats of task %v: %v", r.task.Name, err) + r.logger.Printf("[DEBUG] client: error fetching stats of task %v: %v", r.task.Name, err) } continue }