mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
Warn log
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user