updating command logging back to debug
This commit is contained in:
parent
f39b7e9f96
commit
b703ad11c6
3 changed files with 3 additions and 3 deletions
|
@ -54,7 +54,7 @@ class DistributedServer(object):
|
|||
replace_env = env is not None
|
||||
if not wait:
|
||||
cmd += " &"
|
||||
logging.info(
|
||||
logging.debug(
|
||||
"remote cmd server(%s) cwd(%s) wait(%s): %s", self.host, cwd, wait, cmd
|
||||
)
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue