Log more data.

This commit is contained in:
Darko Poljak 2017-09-17 20:30:07 +02:00
commit 764ea49904
4 changed files with 8 additions and 4 deletions

View file

@ -331,7 +331,8 @@ class Config(object):
host, remote_copy))
target_host = ipaddr.resolve_target_addresses(host)
log.debug("target_host: {}".format(target_host))
log.debug("target_host for host \"{}\": {}".format(
host, target_host))
local = cdist.exec.local.Local(
target_host=target_host,