quiet core-daemon by replacing warn messages with debug
This commit is contained in:
parent
549d6bd84c
commit
18d4908bf8
7 changed files with 9 additions and 9 deletions
|
@ -104,7 +104,7 @@ from core.service import ServiceManager
|
|||
try:
|
||||
from docker import Client
|
||||
except ImportError:
|
||||
logger.warn("missing python docker bindings")
|
||||
logger.debug("missing python docker bindings")
|
||||
|
||||
|
||||
class DockerService(CoreService):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue