From b8ba29bf934621fb40ebfe460ab657f67184979b Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Thu, 6 Jul 2017 09:57:49 -0700 Subject: [PATCH] Warn log --- client/alloc_runner_health_watcher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/alloc_runner_health_watcher.go b/client/alloc_runner_health_watcher.go index 332834c93..92e5c4149 100644 --- a/client/alloc_runner_health_watcher.go +++ b/client/alloc_runner_health_watcher.go @@ -109,7 +109,7 @@ OUTER: case <-checkCh: newChecks, err := r.consulClient.Checks(alloc) if err != nil { - r.logger.Printf("[TRACE] client.alloc_watcher: failed to lookup consul checks for allocation %q: %v", alloc.ID, err) + r.logger.Printf("[WARN] client.alloc_watcher: failed to lookup consul checks for allocation %q: %v", alloc.ID, err) } checks = newChecks