mirror of
https://github.com/kemko/nomad.git
synced 2026-01-09 11:55:42 +03:00
Bump error log level
This commit is contained in:
@@ -621,7 +621,7 @@ func (d *DockerDriver) detectIP(c *docker.Container) (string, bool) {
|
||||
// This should only happen if there's been a coding error (such
|
||||
// as not calling InspetContainer after CreateContainer). Code
|
||||
// defensively in case the Docker API changes subtly.
|
||||
d.logger.Printf("[WARN] driver.docker: no network settings for container %s", c.ID)
|
||||
d.logger.Printf("[ERROR] driver.docker: no network settings for container %s", c.ID)
|
||||
return "", false
|
||||
}
|
||||
ip, ipName := "", ""
|
||||
|
||||
Reference in New Issue
Block a user