This commit is contained in:
Alex Dadgar
2017-07-06 09:57:49 -07:00
parent f72bbaa370
commit b8ba29bf93

View File

@@ -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