mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
add more logs
This commit is contained in:
parent
400fa6d77b
commit
55d451190f
2 changed files with 6 additions and 1 deletions
|
|
@ -82,6 +82,8 @@ def docker_start_archgw_detached(
|
|||
ARCHGW_DOCKER_IMAGE,
|
||||
]
|
||||
|
||||
log.info("options: " + str(options))
|
||||
|
||||
result = subprocess.run(options, capture_output=True, text=True, check=False)
|
||||
return result.returncode, result.stdout, result.stderr
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue