add more logs

This commit is contained in:
Adil Hafeez 2025-05-15 12:00:09 -07:00
parent 400fa6d77b
commit 55d451190f
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
2 changed files with 6 additions and 1 deletions

View file

@ -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