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